diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index df4368d31..bf6b38a4d 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,10 +2,13 @@ version: 2 updates: - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "monthly" + interval: monthly labels: - - "autosubmit" - - "type-infra" + - autosubmit + groups: + github-actions: + patterns: + - "*"