Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,16 @@
"security:only-security-updates",
":semanticCommitTypeAll(deps)"
],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on monday"]

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

note: they turned crontab into an LLM prompt? lol

},
"packageRules": [
{
"description": "Re-enable lock file maintenance, which security:only-security-updates disables via its blanket matchPackageNames ['*'] rule. Renovate raises security PRs from manifest entries, so a CVE in a package that appears only in a lock file is never actioned; refreshing the lock file within existing ranges is the only mechanism that reaches transitive pins.",
"matchUpdateTypes": ["lockFileMaintenance"],
"enabled": true
},
{
"matchManagers": ["pep621"],
"matchFileNames": ["api/**"],
Expand Down
Loading