mirror of
https://github.com/outbackdingo/homelab-v.git
synced 2026-08-25 14:53:19 +00:00
chore(config): migrate renovate config (#307)
chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
parent
1fbe9fb6bd
commit
2b400a3d4a
+8
-8
@@ -5,19 +5,19 @@
|
||||
":rebaseStalePrs"
|
||||
],
|
||||
"kustomize": {
|
||||
"fileMatch": [
|
||||
"(^|/)kustomization\\.ya?ml(\\.j2)?$"
|
||||
"managerFilePatterns": [
|
||||
"/(^|/)kustomization\\.ya?ml(\\.j2)?$/"
|
||||
]
|
||||
},
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"\\.tf$",
|
||||
"\\.tftpl$",
|
||||
"\\.yaml$",
|
||||
"\\.sh$",
|
||||
"\\.tfvars"
|
||||
"managerFilePatterns": [
|
||||
"/\\.tf$/",
|
||||
"/\\.tftpl$/",
|
||||
"/\\.yaml$/",
|
||||
"/\\.sh$/",
|
||||
"/\\.tfvars/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"(?<currentValue>[\\w+\\.\\-]*)['\",;]*\\s*#\\s?renovate: (?<datasource>\\S+)=(?<depName>\\S+)\\s?(registry=(?<registryUrl>\\S+))?\\s?(versioning=(?<versioning>\\S+))?"
|
||||
|
||||
Reference in New Issue
Block a user