We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d907de7 commit 6269328Copy full SHA for 6269328
renovate.json
@@ -1,11 +1,13 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["github>open-feature/community-tooling"],
+ "extends": [
4
+ "github>open-feature/community-tooling"
5
+ ],
6
"customManagers": [
7
8
"customType": "regex",
- "fileMatch": [
- "^Makefile$"
9
+ "managerFilePatterns": [
10
+ "/^Makefile$/"
11
],
12
"matchStrings": [
13
"ghcr\\.io\\/open-feature\\/flagd-testbed:(?<currentValue>.*?)\\n",
0 commit comments