Skip to content

Commit 6dc96bd

Browse files
authored
chore: updated dependabot configuration (#2229)
1 parent 7554230 commit 6dc96bd

File tree

1 file changed

+15
-20
lines changed

1 file changed

+15
-20
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,17 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
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-
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
reviewers:
8+
- "mariobehling"
9+
- "cloudypadmal"
2210

11+
- package-ecosystem: "gradle"
12+
directory: "/"
13+
schedule:
14+
interval: "weekly"
15+
reviewers:
16+
- "mariobehling"
17+
- "cloudypadmal"

0 commit comments

Comments
 (0)