Skip to content

Commit

Permalink
chore: exclude maven-site-plugin from renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Nov 15, 2024
1 parent 9717a3b commit 34a35e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"automerge": true,
"automergeType": "pr",
"platformAutomerge": true
},
{
"matchPackageNames": ["org.apache.maven.plugins:maven-site-plugin"],
"enabled": false
}
]
}
2 changes: 1 addition & 1 deletion spring-boot-admin-docs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
Due to changes in Doxia (see https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack),
we have to use a fixed version here, as our site skin does not work with the latest version.
-->
<version>3.21.0</version>
<version>3.12.1</version>
<executions>
<execution>
<id>output-html</id>
Expand Down

0 comments on commit 34a35e4

Please sign in to comment.