chore: improve renovate dependency detection #5

Merged
jcabillot merged 3 commits from chore/renovate into master 2026-06-09 10:11:11 -04:00
Showing only changes of commit a9fffe0017 - Show all commits
-11
View File
@@ -1,17 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"customManagers": [
{
"customType": "regex",
"description": "Detect FROM images with optional quotes",
"fileMatch": [
"^Dockerfile$"
],
"matchStrings": [
"FROM\\s+\"?(?<depName>[^\":\\s]+):(?<currentValue>[^\"\\s]+)\"?"
],
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"description": "Detect SABnzbd release version pin",