From 325e3d9db4a2e2f5f3f2d5cee6b83d3648324538 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= <24550538+sebhmg@users.noreply.github.com> Date: Tue, 21 Apr 2026 23:14:46 -0400 Subject: [PATCH 1/2] ci: add dependabot groups for MiraGeoscience/CI-tools [DEVOPS-1066] Grouped CI-tools bumps via dependabot groups configuration. Performed by GitHub Copilot. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e346f3d..9987dec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,11 @@ updates: interval: "weekly" cooldown: default-days: 4 + groups: + github-actions: + patterns: + - actions/* + mirageo-ci-actions: + patterns: + - MiraGeoscience/CI-tools/.github/actions/* + - MiraGeoscience/CI-tools/.github/workflows/* \ No newline at end of file From 04f3c927eb60f91cac3a194589011f48ad978d54 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 03:16:43 +0000 Subject: [PATCH 2/2] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9987dec..cdcd102 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,4 +19,4 @@ updates: mirageo-ci-actions: patterns: - MiraGeoscience/CI-tools/.github/actions/* - - MiraGeoscience/CI-tools/.github/workflows/* \ No newline at end of file + - MiraGeoscience/CI-tools/.github/workflows/*