From fbec45b48c464da8001d72478ed449ece7125c42 Mon Sep 17 00:00:00 2001 From: Dimitri Papadopoulos <3234522+DimitriPapadopoulos@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:24:34 +0100 Subject: [PATCH] Address repo-review issue: GH212: Require GHA update grouping Projects should group their updates to avoid extra PRs and stay in sync. This is now supported by dependabot since June 2023. Should have something like this in .pre-commit-config.yaml: https://learn.scientific-python.org/development/guides/repo-review/?repo=populse%2Fcapsul&branch=3.0 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 23c4cb3b..34902e52 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + actions: + patterns: + - "*"