mirror of
https://github.com/morten-olsen/homelab-operator.git
synced 2026-02-08 01:36:28 +01:00
23 lines
490 B
Plaintext
23 lines
490 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base"
|
|
],
|
|
"helm-values": {
|
|
"managerFilePatterns": ["^charts/.*/values\\.yaml$"]
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchUpdateTypes": ["major"],
|
|
"groupName": null,
|
|
"pinDigests": true
|
|
},
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
|
"groupName": "non-major dependencies",
|
|
"groupSlug": "non-major",
|
|
"pinDigests": true
|
|
}
|
|
]
|
|
}
|