mirror of
https://github.com/auricom/home-cluster.git
synced 2025-12-26 16:56:33 +01:00
24 lines
685 B
Plaintext
24 lines
685 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"],
|
|
"matchPackagePatterns": ["ghcr.io/auricom", "ghcr.io/bjw-s", "ghcr.io/onedr0p"]
|
|
},
|
|
{
|
|
"description": "Auto merge GitHub Actions",
|
|
"matchManagers": ["github-actions"],
|
|
"matchDatasources": ["github-tags"],
|
|
"automerge": true,
|
|
"ignoreTests": true,
|
|
"automergeType": "branch",
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
}
|
|
]
|
|
}
|