java-sdk/renovate.json

26 lines
637 B
JSON

{
"$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:(?<currentValue>.*?)\\n"],
"depNameTemplate": "open-feature/test-harness",
"datasourceTemplate": "github-releases"
}
]
}