5d: the review's image swap, teardown trap and fixture-name assertions
This commit is contained in:
+9
-9
@@ -11,15 +11,6 @@
|
||||
"matchStrings": ["denoland/deno:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"versioningTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "instrumentisto/geckodriver",
|
||||
"description": "Pin the Firefox image the gate's browser leg runs",
|
||||
"managerFilePatterns": ["docker-runner.sh"],
|
||||
"matchStrings": ["instrumentisto/geckodriver:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"versioningTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
@@ -56,6 +47,15 @@
|
||||
"managerFilePatterns": [".gitea/workflows/renovate.yml"],
|
||||
"matchStrings": ["renovate/renovate:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"versioningTemplate": "docker"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"datasourceTemplate": "docker",
|
||||
"depNameTemplate": "selenium/standalone-firefox",
|
||||
"description": "Pin the Firefox image the gate's browser leg runs",
|
||||
"managerFilePatterns": ["docker-runner.sh"],
|
||||
"matchStrings": ["selenium/standalone-firefox:(?<currentValue>[0-9][^\\s\"']*)"],
|
||||
"versioningTemplate": "docker"
|
||||
}
|
||||
],
|
||||
"extends": ["config:recommended"],
|
||||
|
||||
Reference in New Issue
Block a user