{ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" ], "packageRules": [ { "matchUpdateTypes": ["minor", "patch"], "matchCurrentVersion": "!/^0/", "automerge": true }, { "matchManagers": ["github-actions"], "automerge": true } ], "regexManagers": [ { "fileMatch": ["^README.md$", "^.github/workflows/pullrequest.yml$"], "matchStrings": ["ghcr\\.io\\/open-feature\\/flagd-testbed:(?.*?)\\n"], "depNameTemplate": "open-feature/test-harness", "datasourceTemplate": "github-releases" } ] }