diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 23:35:35 +0900 |
---|---|---|
committer | Darius Jahandarie <djahandarie@gmail.com> | 2023-09-23 23:35:35 +0900 |
commit | 73de8e2bbc502ae55f4bbe4ab22b3968522dfb99 (patch) | |
tree | 73d5031794049d0fc1638ac0da814f2d54771d0c /.github | |
parent | a63145f7ef46d6ab5d99ce0e911c6b0a3bcfee2e (diff) |
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" |