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 e561b5a commit 223490eCopy full SHA for 223490e
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
@@ -14,4 +18,4 @@ updates:
14
18
open-pull-requests-limit: 10
15
19
ignore:
16
20
- dependency-name: "*"
17
- update-types: ["version-update:semver-major"]
21
+ update-types: ["version-update:semver-major"]
0 commit comments