diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ce57a13d7..81e748752 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,20 @@ version: 2 updates: - package-ecosystem: npm - directory: '/' + directory: / schedule: interval: weekly - open-pull-requests-limit: 10 - target-branch: master + open-pull-requests-limit: 5 versioning-strategy: increase + groups: + security: + applies-to: security-updates + update-types: + - minor + - patch + devDependencies: + applies-to: version-updates + dependency-type: development + update-types: + - minor + - patch