Skip to content

Commit 6269328

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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
"customManagers": [
57
{
68
"customType": "regex",
7-
"fileMatch": [
8-
"^Makefile$"
9+
"managerFilePatterns": [
10+
"/^Makefile$/"
911
],
1012
"matchStrings": [
1113
"ghcr\\.io\\/open-feature\\/flagd-testbed:(?<currentValue>.*?)\\n",

0 commit comments

Comments
 (0)