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 1d5b927 + 1164def commit 1e45055Copy full SHA for 1e45055
1 file changed
.github/dependabot.yml
@@ -21,6 +21,10 @@ updates:
21
cronjob: '46 3 18 * *'
22
open-pull-requests-limit: 20
23
versioning-strategy: 'increase'
24
+ ignore:
25
+ - dependency-name: '@types/node'
26
+ update-types:
27
+ - 'version-update:semver-major'
28
cooldown:
29
default-days: 7
30
@@ -32,5 +36,9 @@ updates:
32
36
33
37
34
38
39
40
41
42
35
43
44
0 commit comments