diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e346f3d..cdcd102 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/*