diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 14:38:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-23 14:38:16 +0000 |
commit | 3021555acecba70347cbd48ff790803f7f3e086f (patch) | |
tree | 84623208811648560629b3b9dec29dd2b0adc7d2 /.github | |
parent | 5b7ef7df236745ec2c1a733acc7dc9048ded9aaf (diff) | |
parent | 73de8e2bbc502ae55f4bbe4ab22b3968522dfb99 (diff) |
Merge pull request #249 from themoeway/group-dependabot
Group minor/patch updates together in dependabot config
Diffstat (limited to '.github')
-rw-r--r-- | .github/dependabot.yml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0bbc7cb8..0d2b9bb0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,13 @@ updates: interval: "weekly" labels: - "area/dependencies" + groups: # group minor/patch updates together + minor: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "npm" directory: "/" @@ -13,3 +20,10 @@ updates: interval: "weekly" labels: - "area/dependencies" + groups: # group minor/patch updates together + minor: + patterns: + - "*" + update-types: + - "minor" + - "patch" |