Skip to content

Commit

Permalink
Migrate config .github/renovate.json (#686)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 4, 2024
1 parent 6761878 commit 82d8652
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
":semanticCommitsDisabled"
],
"enabledManagers": ["regex"],
"regexManagers": [
"enabledManagers": [
"custom.regex"
],
"customManagers": [
{
"fileMatch": ["src/site/site.xml"],
"matchStrings": ["<version>(?<currentValue>.*?)<\/version>"],
"customType": "regex",
"fileMatch": [
"src/site/site.xml"
],
"matchStrings": [
"<version>(?<currentValue>.*?)</version>"
],
"depNameTemplate": "org.apache.maven.skins:maven-fluido-skin",
"datasourceTemplate": "maven"
}
Expand All @@ -17,5 +24,7 @@
"dependencies"
],
"rebaseWhen": "conflicted",
"schedule": ["on the first day of the month"]
"schedule": [
"on the first day of the month"
]
}

0 comments on commit 82d8652

Please # to comment.