diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index d6d30ce..dab54d6 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -3,13 +3,17 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 15 + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "gomod" directories: - "/" schedule: - interval: "daily" + interval: "weekly" open-pull-requests-limit: 15 groups: k8s: