diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 782a0ad..df7dcc8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,14 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + cloudflare: + patterns: + - "@cloudflare/*" + - wrangler + ignore: + - dependency-name: '\*' + update-types: [ "version-update:semver-major" ] - package-ecosystem: "github-actions" directory: "/" schedule: