We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bd34f9 commit 12053fcCopy full SHA for 12053fc
renovate.json5
@@ -24,6 +24,11 @@
24
//
25
// https://docs.renovatebot.com/configuration-options/#rebasewhen
26
"rebaseWhen": "conflicted",
27
+ // Keep uv lockfile updated regularly
28
+ // https://docs.renovatebot.com/configuration-options/#lockfilemaintenance
29
+ "lockfileMaintenance": {
30
+ "enabled": true,
31
+ },
32
"packageRules": [
33
// Change commit type to build for Docker-related updates
34
{
0 commit comments