this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿง‘โ€๐Ÿ’ป Enable automerge for non-major dep updates

+9 -1
+9 -1
renovate.json
··· 2 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 3 "extends": ["github>gwennlbh/renovate"], 4 4 "lockFileMaintenance": { 5 - "enabled": true 5 + "enabled": true, 6 + "automerge": true 6 7 }, 8 + "packageRules": [ 9 + { 10 + "description": "Automerge non-major updates", 11 + "matchUpdateTypes": ["minor", "patch"], 12 + "automerge": true 13 + } 14 + ], 7 15 "customManagers": [ 8 16 { 9 17 "customType": "regex",