From ab6b8703a9cf63cbc94597b26871376db63dfa00 Mon Sep 17 00:00:00 2001 From: Romain Floreani Date: Tue, 4 Aug 2026 11:54:04 -0400 Subject: [PATCH 1/2] DEVOPS-1112: update dependabot configuration --- .github/dependabot.yml | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e346f3da38..bdfb8983fb 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,8 +7,27 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "develop" schedule: interval: "weekly" cooldown: default-days: 4 + groups: + github-actions: + patterns: + - actions/* + mirageo-ci-tools: + patterns: + - MiraGeoscience/CI-tools/.github/actions/* + - MiraGeoscience/CI-tools/.github/workflows/* + - package-ecosystem: "pre-commit" + directory: "/" + schedule: + interval: "weekly" + cooldown: + default-days: 4 + #ignore: + # - dependency-name: "https://github.com/pre-commit/#mirrors-mypy" + groups: + pre-commit-hooks: + patterns: + - "*" From 1ed9cb622a3c33dca411cf145635dd7fd46ea4c4 Mon Sep 17 00:00:00 2001 From: Romain Floreani Date: Thu, 20 Aug 2026 16:45:01 -0400 Subject: [PATCH 2/2] Update to dependabot.yml --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bdfb8983fb..f668184542 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,7 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" + target-branch: "develop" schedule: interval: "weekly" cooldown: @@ -21,12 +22,11 @@ updates: - MiraGeoscience/CI-tools/.github/workflows/* - package-ecosystem: "pre-commit" directory: "/" + target-branch: "develop" schedule: interval: "weekly" cooldown: default-days: 4 - #ignore: - # - dependency-name: "https://github.com/pre-commit/#mirrors-mypy" groups: pre-commit-hooks: patterns: