Skip to content

Commit 75a324e

Browse files
authored
ci: monthly dependabot for all actions (#94)
1 parent 363210e commit 75a324e

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ updates:
44
- package-ecosystem: "github-actions"
55
directory: "/"
66
schedule:
7-
interval: "daily"
8-
ignore:
9-
# Official actions have moving tags like v1
10-
# that are used, so they don't need updates here
11-
- dependency-name: "actions/*"
7+
interval: "monthly"
8+
commit-message:
9+
# Prefix all commit messages with "npm: "
10+
prefix: "ci: "

0 commit comments

Comments
 (0)