All checks were successful
CD / Release (push) Successful in 1m29s
Reviewed-on: #51 Co-authored-by: Timo Behrendt <t.behrendt@t00n.de> Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
22 lines
796 B
JSON
22 lines
796 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"dependencyDashboard": true,
|
|
"semanticCommits": "enabled",
|
|
"extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"],
|
|
"packageRules": [
|
|
{
|
|
"description": "Don't update dependencies unless they are at least 7 days old",
|
|
"matchPackageNames": ["*"],
|
|
"minimumReleaseAge": "7 days",
|
|
"minimumReleaseAgeBehaviour": "timestamp-required",
|
|
"internalChecksFilter": "strict"
|
|
},
|
|
{
|
|
"description": "Exempt local dependencies from the minimum release age (last rule wins over earlier packageRules for the same options)",
|
|
"matchPackageNames": ["/^(https:\\/\\/)?gitea\\.t000-n\\.de/"],
|
|
"minimumReleaseAge": "0 days",
|
|
"internalChecksFilter": "none"
|
|
}
|
|
]
|
|
}
|