Skip to content

Commit

Permalink
ci: Dependabot groups
Browse files Browse the repository at this point in the history
  • Loading branch information
aborgna-q authored Aug 12, 2024
1 parent 88b9d01 commit 68404ee
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,22 @@ updates:
commit-message:
# Use a conventional commit tag
prefix: "chore(deps)"
groups:
hugr:
patterns: ["pyo3", "pythonize"]
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: "weekly"
commit-message:
# Use a conventional commit tag
prefix: "ci(deps)"

0 comments on commit 68404ee

Please sign in to comment.