We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6982a09 commit 8739d9cCopy full SHA for 8739d9c
.github/dependabot.yml
@@ -0,0 +1,17 @@
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: "dev"
10
+ schedule:
11
+ interval: "daily"
12
+ # Maintain dependencies for GitHub Actions
13
+ - package-ecosystem: "github-actions"
14
15
16
17
0 commit comments