diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99138657..5f544a34 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,15 @@ updates: directory: / schedule: interval: 'daily' + groups: + production-updates: + applies-to: version-updates + dependency-type: production + update-types: [minor, patch] + dev-updates: + applies-to: version-updates + dependency-type: development + update-types: [minor, patch] - package-ecosystem: 'github-actions' directory: '/' schedule: