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 700a850 commit 3fb92b0Copy full SHA for 3fb92b0
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+version: 2
2
+
3
+updates:
4
5
+ - package-ecosystem: "gradle"
6
+ target-branch: "main"
7
+ directory: "/"
8
+ schedule:
9
+ interval: "weekly"
10
+ time: "03:00"
11
+ timezone: "Etc/UTC"
12
+ ignore:
13
+ - dependency-name: "*"
14
+ update-types: [ "version-update:semver-major", "version-update:semver-minor" ]
15
16
17
+ target-branch: "6.1.x"
18
19
20
21
22
23
24
25
0 commit comments