Update renovate.json
renovate / renovate (push) Successful in 36s
Details
renovate / renovate (push) Successful in 36s
Details
This commit is contained in:
parent
6f77c5894d
commit
a1820f78df
|
@ -1,3 +1,24 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["gitea/renovate-config"],
|
||||
"dependencyDashboard": true,
|
||||
"enabledManagers": [
|
||||
"github-actions"
|
||||
],
|
||||
"automerge": true,
|
||||
"ignoreTests": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "use fix scope for renovate updates",
|
||||
"matchPackageNames": ["renovatebot/renovate"],
|
||||
"semanticCommitType": "fix"
|
||||
},
|
||||
{
|
||||
"description": "Automerge renovate updates",
|
||||
"matchPackageNames": ["renovatebot/renovate"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue