Skip to content

Commit

Permalink
ci: Group dependabot updates (#1435)
Browse files Browse the repository at this point in the history
Imports the config from
[`tket2`](https://github.com/CQCL/tket2/blob/34cbc45351672927cf245413bed8cf5ce7a5405a/.github/dependabot.yml).
Groups dependabot updates for minor and patch version bumps
  • Loading branch information
aborgna-q authored Aug 16, 2024
1 parent eea4091 commit 41711ac
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,36 @@ updates:
interval: "weekly"
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: "/hugr-py/" # Location of package manifests
directories: # Location of package manifests
- "/hugr-py/"
- "/"
schedule:
interval: "weekly"
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:
Expand Down

0 comments on commit 41711ac

Please sign in to comment.