diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9ae9ca191be..ee6850e409b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,10 +19,19 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "daily" + interval: "weekly" rebase-strategy: disabled commit-message: prefix: ":seedling:" + groups: + github-actions: + patterns: + - "*" + # These actions directly influence the build process and are excluded from grouped updates + exclude-patterns: + - "actions/setup-go" + - "arduino/setup-protoc" + - "goreleaser/goreleaser-action" - package-ecosystem: docker directory: "/" schedule: