File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ updates:
44 directory : " /"
55 schedule :
66 interval : " weekly"
7+ cooldown :
8+ default-days : 7
9+ include :
10+ - " *"
711 ignore :
812 # We are ignoring major updates on yargs-parser because yargs-parser@22
913 # does not play nicely when bundled using webpack. Our VSCode extension
Original file line number Diff line number Diff line change @@ -10,7 +10,9 @@ permissions: {}
1010jobs :
1111 run-tests :
1212 name : Run MongoDB tests
13- if : github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.head.repo.full_name != github.repository
13+ # Code health disabled on forks for now
14+ # if: github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.head.repo.full_name != github.repository
15+ if : github.event.pull_request.user.login == 'dependabot[bot]'
1416 strategy :
1517 matrix :
1618 os : [ubuntu-latest, macos-latest, windows-latest]
You can’t perform that action at this time.
0 commit comments