Skip to content

Commit a2fa984

Browse files
lgraynsmith-
andauthored
chore: turn on dependabot monthly updates (#317)
* turn on dependabot montly updates * No extraneous comment --------- Co-authored-by: Nicholas Smith <nick.smith@cern.ch>
1 parent 840c9a0 commit a2fa984

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ 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: "ci: "

0 commit comments

Comments
 (0)