Skip to content

Commit f50b842

Browse files
mldangeloclaude
andcommitted
fix: disable renovate lockFileMaintenance (uv not supported in runner)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5b94467 commit f50b842

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>promptfoo/renovate-config"
5-
]
5+
],
6+
"lockFileMaintenance": {
7+
"enabled": false
8+
}
69
}

0 commit comments

Comments
 (0)