No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
1 deletions
-
renovate.json
|
|
|
@ -50,7 +50,15 @@ |
|
|
|
"https:\\/\\/github.com\\/(?<depName>[^/]+\\/[^/]+?)\\/releases\\/download\\/(?<currentValue>[^/]+)\\/.*" |
|
|
|
], |
|
|
|
"datasourceTemplate": "github-releases" |
|
|
|
}, |
|
|
|
{ |
|
|
|
"fileMatch": [ |
|
|
|
"^.gitmodules$" |
|
|
|
], |
|
|
|
"matchStrings": [ |
|
|
|
"\\[submodule\\s+"[^"]+"]\\s*[^[]*\\s*url\\s*=\\s*(?<depName>.*?)\\s*branch\\s*=\\s*release-(?<currentValue>.*)" |
|
|
|
], |
|
|
|
"datasourceTemplate": "git-tags" |
|
|
|
} |
|
|
|
|
|
|
|
] |
|
|
|
} |
|
|
|
|