diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 50d3cba..a39fa43 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,8 +9,14 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + all: + dependency-type: "production" - package-ecosystem: github-actions directory: / schedule: interval: weekly + groups: + all: + dependency-type: "production"