From 41711ac0b13c08545772ea37bb7ebd4a7f68d6c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:46:36 +0100 Subject: [PATCH] ci: Group dependabot updates (#1435) Imports the config from [`tket2`](https://github.com/CQCL/tket2/blob/34cbc45351672927cf245413bed8cf5ce7a5405a/.github/dependabot.yml). Groups dependabot updates for minor and patch version bumps --- .github/dependabot.yml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2110a5043..a25330f3d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: