Skip to content

Commit 12053fc

Browse files
authored
chore: enable Renovate lockfile maintenance
1 parent 0bd34f9 commit 12053fc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

renovate.json5

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,11 @@
2424
//
2525
// https://docs.renovatebot.com/configuration-options/#rebasewhen
2626
"rebaseWhen": "conflicted",
27+
// Keep uv lockfile updated regularly
28+
// https://docs.renovatebot.com/configuration-options/#lockfilemaintenance
29+
"lockfileMaintenance": {
30+
"enabled": true,
31+
},
2732
"packageRules": [
2833
// Change commit type to build for Docker-related updates
2934
{

0 commit comments

Comments
 (0)