diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ee171b..3cfcb5e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,10 @@ updates: schedule: interval: "weekly" target-branch: "staging" + groups: + npm-minor-patch: + update-types: + - "patch" # This is mostly for actions/checkout - package-ecosystem: "github-actions"