diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 029a668..06b07c8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,17 @@ updates: interval: weekly open-pull-requests-limit: 10 versioning-strategy: increase + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development" - package-ecosystem: 'github-actions' directory: '/' schedule: interval: weekly + open-pull-requests-limit: 5 + groups: + github-actions: + patterns: + - "*"