feat: track Flutter version in Renovate via Docker datasource #452
@@ -19,6 +19,14 @@
|
|||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
{
|
||||||
|
"customType": "regex",
|
||||||
|
"fileMatch": ["^\\.fvmrc$"],
|
||||||
|
"matchStrings": ["\"flutter\":\\s*\"(?<currentValue>[^\"]+)\""],
|
||||||
|
"depNameTemplate": "ghcr.io/cirruslabs/flutter",
|
||||||
|
"datasourceTemplate": "docker",
|
||||||
|
"versioningTemplate": "semver"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": ["^\\.forgejo/Dockerfile$"],
|
"fileMatch": ["^\\.forgejo/Dockerfile$"],
|
||||||
|
|||||||
Reference in New Issue
Block a user