🔧 renovate: Remove docker_compose match

The role matched by this was removed, and is handled through
requirements.yml now.  That should already be covered by renovate
without additional configuration.
This commit is contained in:
Alexander Dahl 2025-02-19 18:47:10 +01:00
parent b22c86758e
commit e946fe37b4

View file

@ -11,17 +11,6 @@
"matchStrings": [ "matchStrings": [
"image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s" "image: (?<depName>.*?):(?<currentValue>.*?)(@(?<currentDigest>sha256:.*?))?\\s"
] ]
},
{
"fileMatch": [
"^roles/docker_setup/defaults/main.yml$"
],
"datasourceTemplate": "github-release",
"versioningTemplate": "semver",
"depNameTemplate": "docker-compose",
"matchStrings": [
"docker_compose_version: (?<currentValue>.*?)\\s"
]
} }
], ],
"packageRules": [ "packageRules": [
@ -30,5 +19,4 @@
"schedule": [ "on friday" ] "schedule": [ "on friday" ]
} }
] ]
}
}