17 lines
371 B
JSON
17 lines
371 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"labels": ["renovate"],
|
|
"assignees": ["Akumatic"],
|
|
"configMigration": true,
|
|
"automergeType": "branch",
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": "ghcr.io/renovatebot/renovate",
|
|
"automerge": true,
|
|
"ignoreTests": true
|
|
}
|
|
]
|
|
} |