Skip to content

Commit

Permalink
feat: setup renovate to update mustache files
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 authored Nov 12, 2024
1 parent 944e1f2 commit c070793
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>ExpediaGroup/renovate-config"
"local>ExpediaGroup/renovate-config",
"local>renovate-plugin-mustache"
],
"packageRules": [
{
"managers": ["maven"],
"fileMatch": [
"^.*\\/pom\\.xml$",
"^.*\\/pom\\.xml$",
"^.*\\/pom\\.mustache$"
]
}
]
}
],
"mustache": {
"fileMatch": ["**/*\\.mustache"],
"depTypeMap": {
"maven": "\\{\\{dependencyManagement\\}\\}\\s*\\{\\{dependencies\\}\\}\\s*\\{\\{dependency\\}\\}\\s*\\{\\{groupId\\}\\}\\s*([^\\}]+)\\s*\\{\\{artifactId\\}\\}\\s*([^\\}]+)\\s*\\{\\{version\\}\\}\\s*([^\\}]+)"
}
}
}

0 comments on commit c070793

Please sign in to comment.