Skip to content

Commit 3dd3ad8

Browse files
chore(config): migrate renovate config (#1463)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1aae615 commit 3dd3ad8

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

renovate.json

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
1-
21
{
32
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
4-
"extends": ["github>open-feature/community-tooling"],
5-
"regexManagers": [
3+
"extends": [
4+
"github>open-feature/community-tooling"
5+
],
6+
"customManagers": [
67
{
7-
"fileMatch": ["^README.md$", "^.github/workflows/pullrequest.yml$"],
8-
"matchStrings": ["ghcr\\.io\\/open-feature\\/flagd-testbed:(?<currentValue>.*?)\\n"],
8+
"customType": "regex",
9+
"managerFilePatterns": [
10+
"/^README.md$/",
11+
"/^.github/workflows/pullrequest.yml$/"
12+
],
13+
"matchStrings": [
14+
"ghcr\\.io\\/open-feature\\/flagd-testbed:(?<currentValue>.*?)\\n"
15+
],
916
"depNameTemplate": "open-feature/test-harness",
1017
"datasourceTemplate": "github-releases"
1118
}

0 commit comments

Comments
 (0)