From 28f933af200c7bb9d42dfbe14874dcb886f79f15 Mon Sep 17 00:00:00 2001 From: HKWinterhalter Date: Fri, 22 Nov 2024 11:57:34 -0800 Subject: [PATCH] fix: prevent maven-source-plugin from being automatically upgraded --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 7287767f..03752847 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,6 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["group:allNonMajor", "schedule:monthly"], + "ignoreDeps": ["org.apache.maven.plugins:maven-source-plugin"] "packageRules": [ { "description": "Create a PR whenever there is a new major version",