Merge pull request 'Migrate Renovate config' (#10) from renovate/migrate-config into master

Reviewed-on: #10
This commit is contained in:
2026-06-09 14:11:57 -04:00
+4 -5
View File
@@ -1,12 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"description": "Track ntfy binary in COPY --from",
"fileMatch": ["^Dockerfile$"],
"matchStrings": [
"COPY --from=binwiederhier/ntfy:(?<currentValue>[^\\s]+)"
],
"managerFilePatterns": ["/^Dockerfile$/"],
"matchStrings": ["COPY --from=binwiederhier/ntfy:(?<currentValue>[^\\s]+)"],
"depNameTemplate": "binwiederhier/ntfy",
"datasourceTemplate": "docker"
}