chore: remove redundant FROM regexManager, quotes already fixed in Dockerfile
This commit is contained in:
@@ -1,17 +1,6 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
{
|
|
||||||
"customType": "regex",
|
|
||||||
"description": "Detect FROM images with optional quotes",
|
|
||||||
"fileMatch": [
|
|
||||||
"^Dockerfile$"
|
|
||||||
],
|
|
||||||
"matchStrings": [
|
|
||||||
"FROM\\s+\"?(?<depName>[^\":\\s]+):(?<currentValue>[^\"\\s]+)\"?"
|
|
||||||
],
|
|
||||||
"datasourceTemplate": "docker"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"customType": "regex",
|
"customType": "regex",
|
||||||
"description": "Detect SABnzbd release version pin",
|
"description": "Detect SABnzbd release version pin",
|
||||||
|
|||||||
Reference in New Issue
Block a user