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 0f54b15 commit a8f4e19Copy full SHA for a8f4e19
.github/dependabot.yml
@@ -0,0 +1,16 @@
1
+# Documentation for all configuration options:
2
+# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3
+
4
+version: 2
5
+updates:
6
+ # Updates for Github Actions used in the repo
7
+ - package-ecosystem: "github-actions"
8
+ directory: "/"
9
+ schedule:
10
+ interval: "weekly"
11
+ # Updates for Gradle dependencies used in the app
12
+ - package-ecosystem: gradle
13
14
15
16
+ open-pull-requests-limit: 2
0 commit comments