Skip to content

Commit

Permalink
ci: make dependabot use prefixes for semantic pr (#6)
Browse files Browse the repository at this point in the history
Signed-off-by: Travis Mattera <[email protected]>
  • Loading branch information
haggishunk authored Nov 16, 2023
1 parent a59e799 commit 603a7f9
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "ci"

0 comments on commit 603a7f9

Please sign in to comment.