27 lines
675 B
JSON
27 lines
675 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:base",
|
|
"helpers:pinGitHubActionDigests"
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
}
|