Skip to content

Commit 7554230

Browse files
chore: configuring dependabot (#2225)
1 parent a6c6ad4 commit 7554230

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@
44
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55

66
version: 2
7-
updates:
8-
- package-ecosystem: "" # See documentation for possible values
9-
directory: "/" # Location of package manifests
10-
schedule:
11-
interval: "daily"
7+
# Updates for Github Actions used in the repo
8+
- package-ecosystem: "github-actions"
9+
directory: "/"
10+
schedule:
11+
interval: "weekly"
12+
reviewers:
13+
- "mariobehling"
14+
# Updates for Gradle dependencies used in the app
15+
- package-ecosystem: "gradle"
16+
directory: "/"
17+
schedule:
18+
interval: "weekly"
19+
reviewers:
20+
- "mariobehling"
21+
1222

0 commit comments

Comments
 (0)