Skip to content

Commit

Permalink
chore: Update rust dependencies and dependabot config (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
ABorgna authored Oct 1, 2024
1 parent bef0b88 commit 3bcd4cc
Show file tree
Hide file tree
Showing 9 changed files with 190 additions and 111 deletions.
38 changes: 36 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,41 @@ updates:
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
commit-message:
# Use a conventional commit tag
prefix: "chore(deps)"
prefix: "chore(deps-rs)"
groups:
dev:
dependency-type: "development"
update-types: ["patch", "minor"]
patch:
update-types: ["patch"]
minor:
update-types: ["minor"]
# Major updates still generate individual PRs

- package-ecosystem: "pip"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
commit-message:
# Use a conventional commit tag
prefix: "chore(deps-py)"
groups:
dev:
dependency-type: "development"
update-types: ["patch", "minor"]
patch:
update-types: ["patch"]
minor:
update-types: ["minor"]
# Major updates still generate individual PRs

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
commit-message:
# Use a conventional commit tag
prefix: "ci(deps)"
Loading

0 comments on commit 3bcd4cc

Please sign in to comment.