Skip to content

Commit 2c6d20c

Browse files
authored
Merge pull request #1262 from consideRatio/pr/dependabot-monthly
dependabot: monthly updates of github actions
2 parents 333ec83 + 1e7cd82 commit 2c6d20c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
99
updates:
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

0 commit comments

Comments
 (0)