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