Compare commits
38 Commits
61809bb133
...
renovate/t
Author | SHA1 | Date | |
---|---|---|---|
90d8d565ba | |||
629327427a | |||
63e66cf870 | |||
1e1b022a22 | |||
![]() |
108103a86b | ||
![]() |
ab5bfc9a13 | ||
![]() |
d9903e4171 | ||
a3bb305026 | |||
![]() |
d722593fea | ||
ca4b6096f3 | |||
89d92c59dc | |||
![]() |
b048b60bbe | ||
![]() |
ca922b4180 | ||
![]() |
ecad03c1f8 | ||
![]() |
2902278afa | ||
![]() |
4a47609b14 | ||
![]() |
7771572725 | ||
![]() |
90117f3d9b | ||
![]() |
8eb0d46ca1 | ||
![]() |
1102c23322 | ||
![]() |
30b80082e4 | ||
![]() |
29431fc241 | ||
![]() |
c49a83aa8f | ||
![]() |
eea79af02b | ||
![]() |
e556747cf3 | ||
![]() |
82b87b4d4c | ||
![]() |
a374793360 | ||
f1e7cee8eb | |||
28cf20bbc4 | |||
![]() |
2ded5037c9 | ||
![]() |
36b6b58bf4 | ||
![]() |
4b7e560bd3 | ||
![]() |
637b9eab9e | ||
![]() |
0f2ae05607 | ||
![]() |
b04fda7793 | ||
![]() |
06e56ac064 | ||
![]() |
c46be3cb97 | ||
![]() |
a079c557e6 |
@@ -1,2 +1,2 @@
|
||||
helmfiles:
|
||||
- path: git::https://gitea.badhouseplants.net/badhouseplants/test-source.git@helmfile.yaml?ref=main
|
||||
- path: git::https://gitea.badhouseplants.net/badhouseplants/test-source.git@helmfile.yaml?ref=6ee850ec49d5ba4fcf6f9fa8b2003c90f62f9004
|
||||
|
@@ -1,5 +1,12 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"cacheDir": "/tmp/cache",
|
||||
"cacheTtlOverride": {
|
||||
"datasource-git-refs": 0,
|
||||
"datasource-git": 0
|
||||
},
|
||||
"prConcurrentLimit": 10,
|
||||
"prHourlyLimit": 0,
|
||||
"customManagers": [
|
||||
{
|
||||
"customType": "regex",
|
||||
@@ -7,12 +14,12 @@
|
||||
"helmfile.yaml"
|
||||
],
|
||||
"matchStrings": [
|
||||
"(?<indentation>\\s*-\\s*)path: git::(?<repoURL>.*)ref=(?<currentDigest>.*)"
|
||||
"(.*)ref=(?<currentDigest>.*)"
|
||||
],
|
||||
"currentValueTemplate": "{currentDigest}",
|
||||
"currentValueTemplate": "main",
|
||||
"depNameTemplate": "test-source",
|
||||
"datasourceTemplate": "git-refs",
|
||||
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source"
|
||||
"packageNameTemplate": "https://gitea.badhouseplants.net/badhouseplants/test-source",
|
||||
"datasourceTemplate": "git-refs"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user