Skip to content

Commit

Permalink
Fix GH ribbon on site by updating maven-fluido and keeping track of it (
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jul 4, 2023
1 parent bebad58 commit b0c3f9a
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 5 deletions.
20 changes: 20 additions & 0 deletions 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": ["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"]
}
Binary file removed src/site/resources/images/built-on-cloudbees.png
Binary file not shown.
6 changes: 1 addition & 5 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,10 @@
<publishDate format="yyyy-MM-dd" position="right" />
<version position="right" />

<poweredBy>
<logo name="Built by Maven" href="http://maven.apache.org/" img="images/logos/maven-feather.png" />
</poweredBy>

<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 b0c3f9a

Please sign in to comment.