Skip to content

Commit 17b5392

Browse files
authored
Merge pull request #474 from consideRatio/pr/dependabot-monthly
dependabot: monthly updates of github actions
2 parents 3d49d0a + 28e94b6 commit 17b5392

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/dependabot.yml renamed to .github/dependabot.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ 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-
labels:
18-
- ci
17+
timezone: Etc/UTC
1918

2019
- package-ecosystem: "npm"
2120
directory: "/" # Location of package[-lock].json

0 commit comments

Comments
 (0)