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
22#
33# Notes:
44# - Status and logs from dependabot are provided at
@@ -9,8 +9,9 @@ version: 2
99updates :
1010 # Maintain dependencies in our GitHub Workflows
1111 - package-ecosystem : github-actions
12- directory : " /" # This should be / rather than .github/workflows
12+ directory : /
13+ labels : [ci]
1314 schedule :
14- interval : weekly
15+ interval : monthly
1516 time : " 05:00"
16- timezone : " Etc/UTC"
17+ timezone : Etc/UTC
You can’t perform that action at this time.
0 commit comments