Skip to content

Commit 1b2c83e

Browse files
authored
Remove duplicate entry in Dependabot configuration and add github-actions ecosystem (#48)
ci(dependabot): Add `github-actions` ecosystem
1 parent 9021186 commit 1b2c83e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
1+
# https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot
2+
---
3+
14
version: 2
25
updates:
36
- package-ecosystem: "npm"
47
directory: "/"
58
schedule:
69
interval: "daily"
7-
# https://docs.github.com/en/github/administering-a-repository/keeping-your-actions-up-to-date-with-github-dependabot
8-
- package-ecosystem: "npm"
10+
11+
- package-ecosystem: "github-actions"
912
directory: "/"
1013
schedule:
11-
interval: "daily"
14+
interval: "monthly"

0 commit comments

Comments
 (0)