From 0e7ed5f69759a7a46112ed3302ad4b6725a16458 Mon Sep 17 00:00:00 2001 From: exoego Date: Sat, 17 Feb 2024 12:22:59 +0900 Subject: [PATCH 1/4] Add manual changelog URLs for logback and slf4j --- lib/modules/datasource/metadata-manual.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/modules/datasource/metadata-manual.ts b/lib/modules/datasource/metadata-manual.ts index 66c0252574fcdb..1faeb6e390ceae 100644 --- a/lib/modules/datasource/metadata-manual.ts +++ b/lib/modules/datasource/metadata-manual.ts @@ -54,6 +54,12 @@ export const manualChangelogUrls: Record> = { neo4j: 'https://neo4j.com/release-notes/', 'whitesource/renovate': 'https://github.com/whitesource/renovate-on-prem', }, + maven: { + logback: + 'https://logback.qos.ch/news.html', + slf4j: + 'https://www.slf4j.org/news.html', + }, }; // Use this object to define manual source URLs for packages From 87014f2853df770f258d74a74a01802eef4bdde6 Mon Sep 17 00:00:00 2001 From: exoego Date: Sat, 17 Feb 2024 15:18:01 +0900 Subject: [PATCH 2/4] Full artifact name --- lib/modules/datasource/metadata-manual.ts | 36 +++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/lib/modules/datasource/metadata-manual.ts b/lib/modules/datasource/metadata-manual.ts index 1faeb6e390ceae..5261e58086f76a 100644 --- a/lib/modules/datasource/metadata-manual.ts +++ b/lib/modules/datasource/metadata-manual.ts @@ -55,9 +55,41 @@ export const manualChangelogUrls: Record> = { 'whitesource/renovate': 'https://github.com/whitesource/renovate-on-prem', }, maven: { - logback: + 'ch.qos.logback:logback-classic': 'https://logback.qos.ch/news.html', - slf4j: + 'ch.qos.logback:logback-core': + 'https://logback.qos.ch/news.html', + 'ch.qos.logback:logback-access': + 'https://logback.qos.ch/news.html', + 'org.slf4j:slf4j-api': + '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', + 'org.slf4j:jcl-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:jul-over-slf4j': + 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-nop': + 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-jcl': + 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-android': + 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-bom': + 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j': + 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-ext': + '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', }, }; From 28b1cfe9fc3527dfa3b8627664e334659d56d936 Mon Sep 17 00:00:00 2001 From: exoego Date: Sat, 17 Feb 2024 19:38:08 +0900 Subject: [PATCH 3/4] Lint --- lib/modules/datasource/metadata-manual.ts | 54 ++++++++--------------- 1 file changed, 18 insertions(+), 36 deletions(-) diff --git a/lib/modules/datasource/metadata-manual.ts b/lib/modules/datasource/metadata-manual.ts index 5261e58086f76a..5c9997b58b27d4 100644 --- a/lib/modules/datasource/metadata-manual.ts +++ b/lib/modules/datasource/metadata-manual.ts @@ -55,42 +55,24 @@ export const manualChangelogUrls: Record> = { 'whitesource/renovate': 'https://github.com/whitesource/renovate-on-prem', }, maven: { - 'ch.qos.logback:logback-classic': - 'https://logback.qos.ch/news.html', - 'ch.qos.logback:logback-core': - 'https://logback.qos.ch/news.html', - 'ch.qos.logback:logback-access': - 'https://logback.qos.ch/news.html', - 'org.slf4j:slf4j-api': - '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', - 'org.slf4j:jcl-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:jul-over-slf4j': - 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j-nop': - 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j-jcl': - 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j-android': - 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j-bom': - 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j': - 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j-ext': - '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', + 'ch.qos.logback:logback-classic': 'https://logback.qos.ch/news.html', + 'ch.qos.logback:logback-core': 'https://logback.qos.ch/news.html', + 'ch.qos.logback:logback-access': 'https://logback.qos.ch/news.html', + 'org.slf4j:slf4j-api': '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', + 'org.slf4j:jcl-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:jul-over-slf4j': 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-nop': 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-jcl': 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-android': 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-bom': 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j': 'https://www.slf4j.org/news.html', + 'org.slf4j:slf4j-ext': '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', }, }; From d75f7aff80ef45330dd789cb20c13dd8073b0490 Mon Sep 17 00:00:00 2001 From: exoego Date: Sat, 17 Feb 2024 19:39:16 +0900 Subject: [PATCH 4/4] Sort --- lib/modules/datasource/metadata-manual.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/lib/modules/datasource/metadata-manual.ts b/lib/modules/datasource/metadata-manual.ts index 5c9997b58b27d4..eb77f8583340c9 100644 --- a/lib/modules/datasource/metadata-manual.ts +++ b/lib/modules/datasource/metadata-manual.ts @@ -55,24 +55,24 @@ export const manualChangelogUrls: Record> = { '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', - 'ch.qos.logback:logback-access': 'https://logback.qos.ch/news.html', - 'org.slf4j:slf4j-api': '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', '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:jul-over-slf4j': 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j-nop': 'https://www.slf4j.org/news.html', - 'org.slf4j:slf4j-jcl': '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': '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', }, };