We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a70cbb5 + 1db870e commit ef22bceCopy full SHA for ef22bce
.github/dependabot.yml .github/dependabot.yml.disabled.github/dependabot.yml renamed to .github/dependabot.yml.disabled
@@ -16,6 +16,10 @@ registries:
16
updates:
17
# Update config based in the comment https://github.com/dependabot/dependabot-core/issues/4993#issuecomment-1289133027
18
- package-ecosystem: 'npm'
19
+ cooldown:
20
+ semver-major-days: 14
21
+ semver-minor-days: 14
22
+ semver-patch-days: 7
23
directory: '/'
24
schedule:
25
interval: 'daily'
@@ -46,4 +50,4 @@ updates:
46
50
open-pull-requests-limit: 10
47
51
ignore:
48
52
- dependency-name: '*'
49
- update-types: ['version-update:semver-major']
53
+ update-types: ['version-update:semver-major']
0 commit comments