Update renovate.json
This commit is contained in:
7
.github/renovate.json
vendored
7
.github/renovate.json
vendored
@@ -85,8 +85,11 @@
|
||||
},
|
||||
{
|
||||
"fileMatch": ["^docker-compose.yml$"],
|
||||
"matchStrings": ["image:\\s?ghcr\\.io/umami-software/umami:(?<version>[0-9]+\\.[0-9]+\\.[0-9]+)"],
|
||||
"datasourceTemplate": "docker"
|
||||
"matchStrings": [
|
||||
"image:\\s?ghcr\\.io/umami-software/umami:[^\\s]+"
|
||||
],
|
||||
"datasourceTemplate": "docker",
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
],
|
||||
"prCreation": "immediate"
|
||||
|
||||
Reference in New Issue
Block a user