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 2deb78e commit 2799984Copy full SHA for 2799984
1 file changed
.github/dependabot.yml
@@ -4,6 +4,10 @@ updates:
4
directory: /
5
schedule:
6
interval: monthly
7
+ groups:
8
+ github-actions:
9
+ patterns:
10
+ - "*"
11
12
- package-ecosystem: npm
13
@@ -12,3 +16,7 @@ updates:
16
ignore:
17
- dependency-name: "*"
14
18
update-types: ["version-update:semver-major"]
19
20
+ npm-dependencies:
21
22
0 commit comments