{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "regexManagers": [ { "fileMatch": ["^version\\.txt$"], "matchStrings": ["^(?\\d+\\.\\d+\\.\\d+)"], "depNameTemplate": "xwiki-labs/cryptpad-docker", "datasourceTemplate": "github-tags" }, { "fileMatch": ["^cryptpad\\.yml$"], "matchStrings": [ "^\\s+image:\\s?quay\\.io/ffddorf/cryptpad:(?\\d+\\.\\d+\\.\\d+)$" ], "depNameTemplate": "xwiki-labs/cryptpad-docker", "datasourceTemplate": "github-tags" } ], "packageRules": [ { "matchPackageNames": ["xwiki-labs/cryptpad"], "groupName": "cryptpad" } ] }