{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ], "automerge": true, "rebaseWhen": "conflicted", "customManagers": [ { "customType": "regex", "fileMatch": ["^versions.yaml$"], "matchStrings": [ "datasource=(?\\S+) depName=(?\\S+)\\n.*?\"(?.*)\"\\n" ] } ] }