From 68404ee746b7bd840aa814767aa85e5470e2e73c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Agust=C3=ADn=20Borgna?= <121866228+aborgna-q@users.noreply.github.com> Date: Mon, 12 Aug 2024 09:42:44 +0100 Subject: [PATCH] ci: Dependabot groups --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 95cbee9..ed44ffe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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)"