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