diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86b91f9..7e4a175 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,11 @@ updates: directory: "/" schedule: interval: "weekly" - runtime-dependencies: - dependency-type: "production" - dev-dependencies: - dependency-type: "development" + groups: + runtime-dependencies: + dependency-type: "production" + dev-dependencies: + dependency-type: "development" - package-ecosystem: "github-actions" directory: "/" schedule: