Skip to content

Commit

Permalink
Keep track of updates for maven-fluido-skin (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
NotMyFault committed Jul 10, 2023
1 parent 54d8217 commit f3913d6
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitsDisabled"
],
"enabledManagers": ["regex"],
"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"]
}

0 comments on commit f3913d6

Please sign in to comment.