Skip to content

Commit

Permalink
chore: update dependabot (#571)
Browse files Browse the repository at this point in the history
- use conventional commits
- include GH actions
  • Loading branch information
DDtKey authored Apr 6, 2024
1 parent 4312f89 commit 6564468
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 20
rebase-strategy: disabled
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: ci
include: scope
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: chore
prefix-development: test
include: scope

0 comments on commit 6564468

Please sign in to comment.