diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f9..65eb2c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + dependencies: + applies-to: version-updates + dependency-type: production + update-types: + - minor + - patch + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"