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 53ef2b9 commit e7f5e4bCopy full SHA for e7f5e4b
renovate.json
@@ -2,5 +2,13 @@
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
"config:base"
5
+ ],
6
+ "regexManagers": [
7
+ {
8
+ "fileMatch": ["^Makefile$"],
9
+ "matchStrings": ["FLAGD_VERSION=(?<currentValue>.*?)\\n"],
10
+ "depNameTemplate": "open-feature/flagd",
11
+ "datasourceTemplate": "github-releases"
12
+ }
13
]
14
}
0 commit comments