Skip to content
Merged
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
14 changes: 8 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
"security:only-security-updates",
":semanticCommitTypeAll(deps)"
],
"gitIgnoredAuthors": ["flagsmith-engineering[bot]@users.noreply.github.com"],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 4am on monday"]
"schedule": ["before 9am on monday"]
},
"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 Expand Up @@ -49,6 +45,12 @@
"matchPackageNames": ["flagsmith-common", "flagsmith-private"],
"enabled": true,
"rangeStrategy": "bump"
},
{
"description": "Re-enable lock file maintenance, which security:only-security-updates disables. Keep last with an empty scope to ensure commit scope is applied correctly.",
"matchUpdateTypes": ["lockFileMaintenance"],
"enabled": true,
"semanticCommitScope": ""
Comment thread
coderabbitai[bot] marked this conversation as resolved.
}
],
"semanticCommitScope": ""
Expand Down
Loading