Add renovate.json
This commit is contained in:
parent
cf9e4bbfc8
commit
0c7d21e53c
1 changed files with 24 additions and 0 deletions
24
renovate.json
Normal file
24
renovate.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"$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
|
||||
}
|
Loading…
Add table
Reference in a new issue