24 lines
No EOL
564 B
JSON
24 lines
No EOL
564 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"automergeType": "branch",
|
|
"extends": ["docker:pinDigests"],
|
|
"packageRules": [
|
|
{
|
|
"matchPackageNames": ["gcr.io/kaniko-project/executor", "docker.io/renovate/renovate"],
|
|
"pinDigests": false
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["digest"],
|
|
"automerge": true
|
|
},
|
|
{
|
|
"matchFileNames": ["*"],
|
|
"semanticCommitType": "chore"
|
|
},
|
|
{
|
|
"matchFileNames": [".forgejo/workflows/**"],
|
|
"semanticCommitType": "ci"
|
|
}
|
|
],
|
|
"prHourlyLimit": 0
|
|
} |