Skip to content

Commit

Permalink
Merge pull request #365 from mulimoen/dependabot-ci-actions
Browse files Browse the repository at this point in the history
Add dependabot for github actions
  • Loading branch information
mulimoen authored Sep 22, 2024
2 parents c889dcd + 8022094 commit c892147
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
version: 2
updates:
- package-ecosystem: "cargo"
Expand All @@ -8,3 +9,9 @@ updates:
# Prefix all commit messages with "deps: ", which should be
# accepted as a conventional commit
prefix: "deps"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps-ci"

0 comments on commit c892147

Please sign in to comment.