13 lines
391 B
JSON
13 lines
391 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"dependencyDashboard": true,
|
|
"semanticCommits": "enabled",
|
|
"extends": ["local>t.behrendt/renovate-configs:common", "config:best-practices", ":semanticCommitTypeAll(chore)"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackagePatterns": ["^(https:\\/\\/)?gitea\\.t000-n\\.de\/"],
|
|
"minimumReleaseAge": null
|
|
}
|
|
]
|
|
}
|