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 a6c6ad4 commit 7554230Copy full SHA for 7554230
.github/dependabot.yml
@@ -4,9 +4,19 @@
4
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5
6
version: 2
7
-updates:
8
- - package-ecosystem: "" # See documentation for possible values
9
- directory: "/" # Location of package manifests
10
- schedule:
11
- interval: "daily"
+# Updates for Github Actions used in the repo
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"
12
+ reviewers:
13
+ - "mariobehling"
14
+# Updates for Gradle dependencies used in the app
15
+ - package-ecosystem: "gradle"
16
17
18
19
20
21
+
22
0 commit comments