We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8873a39 commit 1bfcd52Copy full SHA for 1bfcd52
1 file changed
.github/dependabot.yml
@@ -0,0 +1,21 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: "gradle"
4
+ directory: "/"
5
+ schedule:
6
+ interval: "monthly"
7
+ open-pull-requests-limit: 1
8
+ groups:
9
+ all-gradle-dependencies:
10
+ patterns:
11
+ - "*"
12
+
13
+ - package-ecosystem: "github-actions"
14
15
16
17
18
19
+ all-github-actions-dependencies:
20
21
0 commit comments