mirror of
https://github.com/ManInDark/bootc-image.git
synced 2026-01-20 22:44:28 +01:00
22 lines
471 B
Plaintext
22 lines
471 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices",
|
|
],
|
|
|
|
"rebaseWhen": "never",
|
|
|
|
"packageRules": [
|
|
{
|
|
"automerge": true,
|
|
"matchUpdateTypes": ["pin", "pinDigest"]
|
|
},
|
|
{
|
|
"enabled": false,
|
|
"matchUpdateTypes": ["digest", "pinDigest", "pin"],
|
|
"matchDepTypes": ["container"],
|
|
"matchFileNames": [".github/workflows/**.yaml", ".github/workflows/**.yml"],
|
|
},
|
|
]
|
|
}
|