diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e346f3da38..f668184542 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,22 @@ updates: 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: "/" + target-branch: "develop" + schedule: + interval: "weekly" + cooldown: + default-days: 4 + groups: + pre-commit-hooks: + patterns: + - "*"