Skip to content

Commit 7444fef

Browse files
fix: prevent maven-source-plugin from being automatically upgraded (#309)
1 parent 3fc0251 commit 7444fef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["group:allNonMajor", "schedule:monthly"],
4+
"ignoreDeps": ["org.apache.maven.plugins:maven-source-plugin"]
45
"packageRules": [
56
{
67
"description": "Create a PR whenever there is a new major version",

0 commit comments

Comments
 (0)