Skip to content

Commit

Permalink
update renovate config to do lockfile maintenance and not pin versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGlauser committed Dec 7, 2023
1 parent a46136a commit f05174f
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"lockFileMaintenance": {
"enabled": true,
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
"pinVersions": false
}

0 comments on commit f05174f

Please sign in to comment.