Compare commits
24 Commits
82b87b4d4c
...
main
Author | SHA1 | Date | |
---|---|---|---|
629327427a | |||
63e66cf870 | |||
1e1b022a22 | |||
![]() |
108103a86b | ||
![]() |
ab5bfc9a13 | ||
![]() |
d9903e4171 | ||
a3bb305026 | |||
![]() |
d722593fea | ||
ca4b6096f3 | |||
89d92c59dc | |||
![]() |
b048b60bbe | ||
![]() |
ca922b4180 | ||
![]() |
ecad03c1f8 | ||
![]() |
2902278afa | ||
![]() |
4a47609b14 | ||
![]() |
7771572725 | ||
![]() |
90117f3d9b | ||
![]() |
8eb0d46ca1 | ||
![]() |
1102c23322 | ||
![]() |
30b80082e4 | ||
![]() |
29431fc241 | ||
![]() |
c49a83aa8f | ||
![]() |
eea79af02b | ||
![]() |
e556747cf3 |
@@ -1,2 +1,2 @@
|
|||||||
helmfiles:
|
helmfiles:
|
||||||
- path: git::https://gitea.badhouseplants.net/badhouseplants/test-source.git@helmfile.yaml?ref=03c89ef4c678d2109167833b3084a5dda6d07f38
|
- path: git::https://gitea.badhouseplants.net/badhouseplants/test-source.git@helmfile.yaml?ref=a433752e91c0bf764d9866c3f59dd080f35792d0
|
||||||
|
@@ -1,5 +1,12 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"cacheDir": "/tmp/cache",
|
||||||
|
"cacheTtlOverride": {
|
||||||
|
"datasource-git-refs": 0,
|
||||||
|
"datasource-git": 0
|
||||||
|
},
|
||||||
|
"prConcurrentLimit": 10,
|
||||||
|
"prHourlyLimit": 0,
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
@@ -7,13 +14,12 @@
|
|||||||
"helmfile.yaml"
|
"helmfile.yaml"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)"
|
"(.*)ref=(?<currentDigest>.*)"
|
||||||
],
|
],
|
||||||
"currentValueTemplate": "master",
|
"currentValueTemplate": "main",
|
||||||
"depNameTemplate": "test-source",
|
"depNameTemplate": "test-source",
|
||||||
"datasourceTemplate": "git-refs",
|
|
||||||
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
|
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
|
||||||
"versioningTemplate": "loose"
|
"datasourceTemplate": "git-refs"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user