Skip to content

Commit

Permalink
Fix GH ribbon on site by updating maven-fluido-skin and keeping track…
Browse files Browse the repository at this point in the history
… of it (#50)
  • Loading branch information
NotMyFault authored Jul 4, 2023
1 parent 9793fe1 commit 2b0bc0e
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitsDisabled"
],
"regexManagers": [
{
"fileMatch": ["maven-jellydoc-plugin/src/site/site.xml"],
"matchStrings": ["<version>(?<currentValue>.*?)<\/version>"],
"depNameTemplate": "org.apache.maven.skins:maven-fluido-skin",
"datasourceTemplate": "maven"
}
],
"labels": [
"dependencies"
],
"rebaseWhen": "conflicted",
"schedule": ["on the first day of the month"]
}
2 changes: 1 addition & 1 deletion maven-jellydoc-plugin/src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>1.10.0</version>
<version>1.11.2</version>
</skin>

<body>
Expand Down

0 comments on commit 2b0bc0e

Please sign in to comment.