diff options
author | Matthias Benkard <code@mulk.eu> | 2023-01-12 18:20:44 +0000 |
---|---|---|
committer | Matthias Benkard <code@mulk.eu> | 2023-01-12 18:20:44 +0000 |
commit | 16cad0b9f0ec2c427a4395364c6488042ad9bf93 (patch) | |
tree | a95cb1eb11e6f5c8b43b1076cc91cc28a040ffbe /renovate.json | |
parent | ec766c0d5f2f111bd910eb303d2943ccfca80150 (diff) |
Renovate: Automerge minor updates.
Diffstat (limited to 'renovate.json')
-rw-r--r-- | renovate.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/renovate.json b/renovate.json index 09e3ef5..c031064 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json" -, "extends": ["local>mulk/renovate-config"] +, "extends": + [ "local>mulk/renovate-config" + , ":automergeMinor" + ] } |