mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-27 01:04:39 +01:00
24 lines
667 B
Plaintext
24 lines
667 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"description": "Auto merge container digests",
|
|
"matchDatasources": ["docker"],
|
|
"automerge": true,
|
|
"automergeType": "branch",
|
|
"ignoreTests": true,
|
|
"matchUpdateTypes": ["digest"],
|
|
"matchPackagePattern": ["ghcr.io/onedr0p", "ghcr.io/auricom"]
|
|
},
|
|
{
|
|
"description": "Auto merge GitHub Actions",
|
|
"matchManagers": ["github-actions"],
|
|
"matchDatasources": ["github-tags"],
|
|
"automerge": true,
|
|
"ignoreTests": true,
|
|
"automergeType": "branch",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
]
|
|
}
|