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 17b5e3d commit 13eb911Copy full SHA for 13eb911
1 file changed
renovate.json
@@ -169,7 +169,8 @@
169
},
170
{
171
"matchDatasources": [
172
- "git-refs"
+ "git-refs",
173
+ "github-tags"
174
],
175
"groupName": "submodules"
176
@@ -218,6 +219,18 @@
218
219
"packageNameTemplate": "https://github.com/ossf/osv-schema",
220
"datasourceTemplate": "git-refs",
221
"versioningTemplate": "git"
222
+ },
223
+ {
224
+ "customType": "regex",
225
+ "managerFilePatterns": [
226
+ "osv/models.py"
227
+ ],
228
+ "matchStrings": [
229
+ "SCHEMA_VERSION\\s*=\\s*'(?<currentValue>.*)'"
230
231
+ "packageNameTemplate": "ossf/osv-schema",
232
+ "datasourceTemplate": "github-tags",
233
+ "versioningTemplate": "semver"
234
}
235
236
"ignorePaths": ["docker/poetry/requirements.txt"]
0 commit comments