From ab6b8703a9cf63cbc94597b26871376db63dfa00 Mon Sep 17 00:00:00 2001 From: Romain Floreani Date: Tue, 4 Aug 2026 11:54:04 -0400 Subject: [PATCH] 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: + - "*"