File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5-
61version : 2
72updates :
83 - package-ecosystem : " github-actions"
9- directory : " /"
4+ directories :
5+ - " /"
6+ - " /.github/workflows"
107 schedule :
118 interval : " daily"
9+ commit-message :
10+ prefix : " actions:"
11+ open-pull-requests-limit : 10
1212 - package-ecosystem : " gradle"
13- directory : " /"
13+ directories :
14+ - " /"
15+ - " /app"
1416 schedule :
1517 interval : " daily"
18+ commit-message :
19+ prefix : " all:"
1620 open-pull-requests-limit : 15
You can’t perform that action at this time.
0 commit comments