11 lines
212 B
JSON
11 lines
212 B
JSON
{
|
|
"extends": ["config:recommended"],
|
|
"labels": ["renovate"],
|
|
"configMigration": true,
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": "ghcr.io/renovatebot/renovate",
|
|
"automerge": true
|
|
}
|
|
]
|
|
} |