File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
- # dependabot.yml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
1
+ # dependabot.yaml reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2
2
#
3
3
# Notes:
4
4
# - Status and logs from dependabot are provided at
@@ -9,8 +9,9 @@ version: 2
9
9
updates :
10
10
# Maintain dependencies in our GitHub Workflows
11
11
- package-ecosystem : github-actions
12
- directory : " /" # This should be / rather than .github/workflows
12
+ directory : /
13
+ labels : [ci]
13
14
schedule :
14
- interval : weekly
15
+ interval : monthly
15
16
time : " 05:00"
16
- timezone : " Etc/UTC"
17
+ timezone : Etc/UTC
You can’t perform that action at this time.
0 commit comments