From 514c50cad021a99f3db8ef3d3aad2dcb3a41787a Mon Sep 17 00:00:00 2001 From: rtritto Date: Fri, 14 Jun 2024 20:21:36 +0200 Subject: [PATCH] chore: add pattern to dependabot --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 79767ed7..25782b36 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,4 +5,8 @@ updates: schedule: interval: weekly versioning-strategy: increase # Update package.json too - open-pull-requests-limit: 3 + groups: + patterns: + update-types: + - "minor" + - "patch" \ No newline at end of file