mirror of
https://github.com/Suwayomi/Suwayomi-Server.git
synced 2026-06-30 09:24:34 -05:00
Add renovate config for JCEF
This commit is contained in:
@@ -11,4 +11,8 @@ ktlint_standard_if-else-wrapping=disabled
|
||||
ktlint_standard_no-consecutive-comments=disabled
|
||||
|
||||
[**/generated/**]
|
||||
ktlint=disabled
|
||||
ktlint=disabled
|
||||
|
||||
[*.json]
|
||||
indent_size=2
|
||||
indent_style = space
|
||||
@@ -16,6 +16,19 @@
|
||||
"depNameTemplate": "zulu",
|
||||
"datasourceTemplate": "custom.zulu",
|
||||
"versioningTemplate": "regex:^(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+).*$"
|
||||
},
|
||||
{
|
||||
"customType": "regex",
|
||||
"managerFilePatterns": [
|
||||
"/buildSrc/src/main/kotlin/Constants.kt/"
|
||||
],
|
||||
"matchStrings": [
|
||||
"val\\s+webviewJbrRelease\\s*=\\s*\"(?<currentValue>[^\"]+)\""
|
||||
],
|
||||
"depNameTemplate": "JetBrainsRuntime",
|
||||
"packageNameTemplate": "JetBrains/JetBrainsRuntime",
|
||||
"datasourceTemplate": "github-releases",
|
||||
"versioningTemplate": "regex:^jbr-release-(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)b(?<build>\\d+)\\.(?<revision>\\d+)$"
|
||||
}
|
||||
],
|
||||
"customDatasources": {
|
||||
|
||||
Reference in New Issue
Block a user