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: + - "*"