File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
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://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61version : 2
72updates :
83 # Maintain dependencies for GitHub Actions
94 - package-ecosystem : " github-actions"
105 directory : " /"
116 schedule :
12- interval : " daily"
7+ interval : " weekly"
8+ reviewers :
9+ - " derskythe"
1310 assignees :
1411 - " derskythe"
1512
1613 - package-ecosystem : " docker"
1714 directory : " /" # Location of package manifests
1815 schedule :
19- interval : " daily"
16+ interval : " weekly"
17+ reviewers :
18+ - " derskythe"
2019 assignees :
2120 - " derskythe"
You can’t perform that action at this time.
0 commit comments