diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 8d084a2a13..2ec5522aac 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -12,10 +12,13 @@ updates: - "type-infra" # Maintain dependencies for GitHub Actions. - - package-ecosystem: "github-actions" - directory: "/" + - package-ecosystem: github-actions + directory: / schedule: - interval: "weekly" + interval: monthly labels: - - "autosubmit" - - "type-infra" + - autosubmit + groups: + github-actions: + patterns: + - "*"