Skip to content

Commit 5db1270

Browse files
mldangelorenovate[bot]claude
authored
fix: disable renovate lockFileMaintenance (#26)
* chore(deps): lock file maintenance (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#17) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> * chore(deps): lock file maintenance (#21) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael <michael.l.dangelo@gmail.com> * chore(deps): lock file maintenance (#23) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael <michael.l.dangelo@gmail.com> * chore(deps): lock file maintenance (#24) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael <michael.l.dangelo@gmail.com> * fix: disable renovate lockFileMaintenance (uv not supported in runner) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 69c8763 commit 5db1270

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)