Skip to content

Commit

Permalink
chore: configure renovate to update dependencies in mustache files (#688
Browse files Browse the repository at this point in the history
)
  • Loading branch information
mohnoor94 authored Aug 22, 2024
1 parent bf65173 commit 02453b7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>ExpediaGroup/renovate-config"
],
"packageRules": [
{
"managers": ["maven"],
"fileMatch": [
"**/pom.xml",
"**/pom.mustache"
]
}
]
}

0 comments on commit 02453b7

Please sign in to comment.