Skip to content

Commit

Permalink
ci: Dependabot groups (#69)
Browse files Browse the repository at this point in the history
`pyo3` and `pythonize` need to be updated together, as there can only be
one `pyo3` version in the dependency tree.

Adds a dependabot update group for them, as well as the group config we
setup for `tket2`.
  • Loading branch information
aborgna-q authored Aug 12, 2024
1 parent 88b9d01 commit e806287
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:
pyo3:
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 e806287

Please sign in to comment.