diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b44f1a92..764e284c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: schedule: interval: "monthly" versioning-strategy: increase-if-necessary + groups: + production-dependencies: + dependency-type: "production" + dev-dependencies: + dependency-type: "development"