We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57cd947 commit 4f3c842Copy full SHA for 4f3c842
1 file changed
.github/renovate.json5
@@ -137,6 +137,20 @@
137
// which package manager should Renovate Bot look to find this dependency?
138
datasourceTemplate: "golang-version",
139
versioningTemplate: "npm",
140
+ },
141
+ {
142
+ fileMatch: [
143
+ ".github/renovate.json5$"
144
+ ],
145
+ matchStrings: [
146
+ // named capturing group, must include 'currentValue' as the name
147
+ "constraints: {(\\s*\\n\\s*)\"go\":\\s*\"(?<currentValue>.*?)\"
148
149
+ // the name of the dependency in the package manager
150
+ depNameTemplate: "go",
151
+ // which package manager should Renovate Bot look to find this dependency?
152
+ datasourceTemplate: "golang-version",
153
+ versioningTemplate: "npm",
154
}
155
],
156
packageRules: [
0 commit comments