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.
1 parent 64226a9 commit fb29f1aCopy full SHA for fb29f1a
.github/dependabot.yml
@@ -4,6 +4,15 @@ updates:
4
directory: '/'
5
schedule:
6
interval: monthly
7
+ groups:
8
+ all:
9
+ patterns:
10
+ - '*'
11
+ ignore:
12
+ - dependency-name: '@types/node'
13
+ update-types:
14
+ - 'version-update:semver-major'
15
+
16
- package-ecosystem: github-actions
17
18
0 commit comments