From 027935603943a018b0c7c22d72cd475dd0f07aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Ko=CC=88ninger?= Date: Fri, 7 Jul 2023 15:08:11 +0200 Subject: [PATCH] chore: set new SNAPSHOT version --- pom.xml | 2 +- renovate.json | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8ab13703cb3..37cade02daa 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ Spring Boot Admin https://github.com/codecentric/spring-boot-admin/ - 3.1.1 + 3.1.2-SNAPSHOT 17 ${java.version} diff --git a/renovate.json b/renovate.json index 86bedfd91a7..12c13a45cb4 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,10 @@ "config:base" ], "packageRules": [ + { + "excludePackageNames": ["de.codecentric"], + "enabled": false + }, { "description": "Automatically merge minor and patch-level updates when checks pass, creates a PR otherwise", "matchUpdateTypes": ["minor", "patch", "digest"],