Update default.json
This commit is contained in:
parent
0ba478d579
commit
6b3698c131
1 changed files with 18 additions and 19 deletions
37
default.json
37
default.json
|
@ -1,20 +1,19 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
"local>FML128/renovate-config"
|
"local>FML128/renovate-config"
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
{
|
||||||
"description": "idkyet updater",
|
"description": "idkyet updater",
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"^.+\\.ya?ml$"
|
"^.+\\.ya?ml$"
|
||||||
],
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"previous_layer: (?<depName>[^:]+):(?<currentValue>[^\\s]+)"
|
"previous_layer: (?<depName>[^:]+):(?<currentValue>[^\\s]+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "docker",
|
"datasourceTemplate": "docker"
|
||||||
"versioningTemplate": "docker"
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue