mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 23:16:26 +00:00
feat: Add manual changelog URLs for logback and slf4j (#27373)
This commit is contained in:
parent
fc918e0ab5
commit
f6fc12846e
1 changed files with 20 additions and 0 deletions
|
@ -54,6 +54,26 @@ export const manualChangelogUrls: Record<string, Record<string, string>> = {
|
||||||
neo4j: 'https://neo4j.com/release-notes/',
|
neo4j: 'https://neo4j.com/release-notes/',
|
||||||
'whitesource/renovate': 'https://github.com/whitesource/renovate-on-prem',
|
'whitesource/renovate': 'https://github.com/whitesource/renovate-on-prem',
|
||||||
},
|
},
|
||||||
|
maven: {
|
||||||
|
'ch.qos.logback:logback-access': 'https://logback.qos.ch/news.html',
|
||||||
|
'ch.qos.logback:logback-classic': 'https://logback.qos.ch/news.html',
|
||||||
|
'ch.qos.logback:logback-core': 'https://logback.qos.ch/news.html',
|
||||||
|
'org.slf4j:jcl-over-slf4j': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:jul-over-slf4j': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:jul-to-slf4j': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:log4j-over-slf4j': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-android': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-api': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-bom': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-ext': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-jcl': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-jdk-platform-logging': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-migrator': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-nop': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-reload4j': 'https://www.slf4j.org/news.html',
|
||||||
|
'org.slf4j:slf4j-simple': 'https://www.slf4j.org/news.html',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// Use this object to define manual source URLs for packages
|
// Use this object to define manual source URLs for packages
|
||||||
|
|
Loading…
Reference in a new issue