This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["gitea/renovate-config"],
|
||||
"extends": [
|
||||
"hads/renovate-config"
|
||||
],
|
||||
"dependencyDashboard": true,
|
||||
"enabledManagers": [
|
||||
"github-actions"
|
||||
@@ -10,14 +12,22 @@
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "use fix scope for renovate updates",
|
||||
"matchPackageNames": ["renovatebot/renovate"],
|
||||
"matchPackageNames": [
|
||||
"renovatebot/renovate"
|
||||
],
|
||||
"semanticCommitType": "fix"
|
||||
},
|
||||
{
|
||||
"description": "Automerge renovate updates",
|
||||
"matchPackageNames": ["renovatebot/renovate"],
|
||||
"matchUpdateTypes": ["minor", "patch", "digest"],
|
||||
"matchPackageNames": [
|
||||
"renovatebot/renovate"
|
||||
],
|
||||
"matchUpdateTypes": [
|
||||
"minor",
|
||||
"patch",
|
||||
"digest"
|
||||
],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user