Fix Renovate configuration

This commit is contained in:
Franck Nijhof 2024-01-21 16:30:31 +01:00
parent e54ef6119d
commit 884e4a0b7d
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -48,14 +48,6 @@
"matchDatasources": ["docker"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
},
{
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG OVERSEERR_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "sct/overseerr"
}
]
}