{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:best-practices"], "semanticCommits": "enabled", "assignees": ["jahanson"], "customManagers": [ { "customType": "regex", "description": [ "Process custom dependencies" ], "fileMatch": [ "(^|/).forgejo/.+\\.ya?ml$" ], "matchStrings": [ "(?m:# renovate: datasource=(?\\S+) depName=(?\\S+)\\n.+?: \"?(?\\S+?)\"?$)" ] } ] }