We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfd5af commit b94bee6Copy full SHA for b94bee6
.github/dependabot.yml
@@ -0,0 +1,25 @@
1
+# Dependabot configuration:
2
+# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+version: 2
5
+updates:
6
+ # Maintain dependencies for Gradle dependencies
7
+ - package-ecosystem: "gradle"
8
+ directory: "/"
9
+ target-branch: "main"
10
+ schedule:
11
+ interval: "weekly"
12
+ time: "06:00"
13
+ timezone: "America/Chicago"
14
+ commit-message:
15
+ prefix: "chore"
16
+ # Maintain dependencies for GitHub Actions
17
+ - package-ecosystem: "github-actions"
18
19
20
21
22
23
24
25
0 commit comments