Skip to content

Commit fe79442

Browse files
committed
Merge branch 'master' of gitlab.local.ildoc.it:ildoc/homelab
1 parent 0ecaaa4 commit fe79442

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

renovate.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,26 +25,28 @@
2525
"docs/**"
2626
],
2727
"docker-compose": {
28-
"managerFilePatterns": [
28+
"fileMatch": [
2929
"(^|/)docker-compose[^/]*\\.ya?ml$",
30-
"(^|/)compose[^/]*\\.ya?ml$"
30+
"(^|/)docker-compose[^/]*\\.ya?ml\\.j2$",
31+
"(^|/)compose[^/]*\\.ya?ml$",
32+
"(^|/)compose[^/]*\\.ya?ml\\.j2$"
3133
]
3234
},
3335
"kubernetes": {
34-
"managerFilePatterns": [
36+
"fileMatch": [
3537
"kubernetes/.+\\.ya?ml$"
3638
]
3739
},
3840
"customManagers": [
3941
{
4042
"customType": "regex",
41-
"description": "Aggiorna immagini Docker in template Jinja2/Ansible",
42-
"managerFilePatterns": [
43-
"/(^|/)docker-compose[^/]*\\.ya?ml\\.j2$/",
44-
"/(^|/)compose[^/]*\\.ya?ml\\.j2$/"
43+
"description": "Aggiorna immagini Docker in template Jinja2/Ansible con variabili",
44+
"fileMatch": [
45+
"(^|/)docker-compose[^/]*\\.ya?ml\\.j2$",
46+
"(^|/)compose[^/]*\\.ya?ml\\.j2$"
4547
],
4648
"matchStrings": [
47-
"image:\\s+[\"']?(?<depName>[^:\"'\\s]+):(?<currentValue>[^\"'\\s@]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
49+
"image:\\s+[\"']?(?<depName>[^:\"'\\s{]+):(?<currentValue>[^\"'\\s@{]+)(?:@(?<currentDigest>sha256:[a-f0-9]+))?[\"']?"
4850
],
4951
"datasourceTemplate": "docker",
5052
"versioningTemplate": "docker"
@@ -77,7 +79,7 @@
7779
"followTag": "master"
7880
},
7981
{
80-
"description": "Invidious - usa versioning loose per tag inconsistenti",
82+
"description": "Invidious Companion - usa versioning loose per tag inconsistenti",
8183
"matchPackageNames": [
8284
"quay.io/invidious/invidious-companion"
8385
],

0 commit comments

Comments
 (0)