Skip to content

Commit 9bd5e64

Browse files
renovate[bot]sahidveljiaepfli
authored
chore(config): migrate renovate config (#426)
chore(config): migrate config renovate.json Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Sahid Velji <[email protected]> Co-authored-by: Simon Schrottner <[email protected]>
1 parent 720be5f commit 9bd5e64

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

renovate.json

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,29 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>open-feature/community-tooling"],
3+
"extends": [
4+
"github>open-feature/community-tooling"
5+
],
46
"packageRules": [
57
{
6-
"matchUpdateTypes": ["minor", "patch"],
8+
"matchUpdateTypes": [
9+
"minor",
10+
"patch"
11+
],
712
"matchCurrentVersion": "!/^0/",
813
"automerge": true
914
}
1015
],
11-
"regexManagers": [
16+
"customManagers": [
1217
{
13-
"fileMatch": ["^Makefile$", "^README.md$", "^.github/workflows/pr-checks.yml$"],
14-
"matchStrings": ["ghcr\\.io\\/open-feature\\/flagd-testbed:(?<currentValue>.*?)\\n"],
18+
"customType": "regex",
19+
"managerFilePatterns": [
20+
"/^Makefile$/",
21+
"/^README.md$/",
22+
"/^.github/workflows/pr-checks.yml$/"
23+
],
24+
"matchStrings": [
25+
"ghcr\\.io\\/open-feature\\/flagd-testbed:(?<currentValue>.*?)\\n"
26+
],
1527
"depNameTemplate": "open-feature/test-harness",
1628
"datasourceTemplate": "github-releases"
1729
}

0 commit comments

Comments
 (0)