diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5a32bd8..3a8fc45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,21 @@ +--- version: 2 updates: - - package-ecosystem: npm - directory: / - schedule: - interval: weekly - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly +- package-ecosystem: npm + directory: "/" + schedule: + interval: weekly + groups: + minor-and-patch: + update-types: + - minor + - patch +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + groups: + minor-and-patch: + update-types: + - minor + - patch \ No newline at end of file