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 c632101 commit 0b22540Copy full SHA for 0b22540
.github/dependabot.yml
@@ -1,11 +1,15 @@
1
version: 2
2
updates:
3
-- package-ecosystem: gradle
4
- directory: "/"
5
- schedule:
6
- interval: monthly
7
- open-pull-requests-limit: 99
8
-- package-ecosystem: "github-actions"
9
10
11
+ - package-ecosystem: gradle
+ directory: /
+ schedule:
+ interval: monthly
+ open-pull-requests-limit: 99
+ - package-ecosystem: github-actions
12
+ groups:
13
+ github-actions:
14
+ patterns:
15
+ - **
0 commit comments