File tree Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Expand file tree Collapse file tree 1 file changed +15
-20
lines changed Original file line number Diff line number Diff line change 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-
61version : 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"
You can’t perform that action at this time.
0 commit comments