Browse Source

Update renovate.json

renovate/configure
Nicolas Massé 3 years ago
committed by GitHub
parent
commit
a2ab5c5174
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      renovate.json

10
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"
}
]
}

Loading…
Cancel
Save