test
This commit is contained in:
parent
88754651ce
commit
84b7ad96e6
18
renovate.json
Normal file
18
renovate.json
Normal file
@ -0,0 +1,18 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
"fileMatch": [
|
||||
"helmfile.yaml"
|
||||
],
|
||||
"matchStrings": [
|
||||
"^(?<indentation>\s*-\s*)path: git::(?<repoURL>.*)ref=(?<ref>.*)$"
|
||||
],
|
||||
"depNameTemplate": "test-source",
|
||||
"datasourceTemplate": "github-refs",
|
||||
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
|
||||
"autoReplaceStringTemplate": "{{indentation}}path: git::"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user