add renovate
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
parent
185a4a7efb
commit
149bc7965a
1 changed files with 29 additions and 0 deletions
29
.github/renovate.json
vendored
Normal file
29
.github/renovate.json
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"schedule": ["before 6am on monday"],
|
||||
"ignorePaths": ["apps_bak/**", "apps_temp/**"],
|
||||
"kubernetes": {
|
||||
"fileMatch": ["apps/.+\\.ya?ml$", "platform/.+\\.ya?ml$"]
|
||||
},
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Skip images pinned to PR branches",
|
||||
"matchCurrentVersion": "/^pr-/",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Group platform Helm chart updates",
|
||||
"matchManagers": ["helmv3"],
|
||||
"matchFileNames": ["platform/**"],
|
||||
"groupName": "platform helm charts",
|
||||
"automerge": false
|
||||
},
|
||||
{
|
||||
"description": "Group app image updates",
|
||||
"matchManagers": ["kubernetes"],
|
||||
"groupName": "app images",
|
||||
"automerge": false
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue