diff options
author | Harsh Shandilya <me@msfjarvis.dev> | 2024-09-30 20:46:47 +0530 |
---|---|---|
committer | Harsh Shandilya <me@msfjarvis.dev> | 2024-09-30 20:46:47 +0530 |
commit | 8194b312b518fcf3d578440a0b05eb1feb5b9809 (patch) | |
tree | 68ec07b37e8695653b68239c90317440bd508a3b | |
parent | 145640a654a8798e6c7a49f5236c704ad313db46 (diff) |
fix(renovate): automatically merge dependency updates
-rw-r--r-- | .github/renovate.json5 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ecbc5a60..c45bb91d 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,6 +12,11 @@ }, "packageRules": [ { + "description": "Automerge non-major updates", + "matchUpdateTypes": ["minor", "patch"], + "automerge": true + }, + { matchDatasources: [ "maven" ], |