Skip to content

Commit

Permalink
Correct path to file specifying tomcat version (#155)
Browse files Browse the repository at this point in the history
Fixes #154
  • Loading branch information
drmatthews authored Dec 16, 2024
1 parent fe81a59 commit b75c9de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@
"customManagers": [
{
"customType": "regex",
"description": "Update Tomcat version specified in playbooks/group_vars/web.yml",
"fileMatch": ["(^|/)*web.yml$"],
"description": "Update Tomcat version specified in playbooks/group_vars/xnat.yml",
"fileMatch": ["(^|/)*xnat.yml$"],
"matchStrings": ["tomcat_version:\\s?(?<currentValue>.*?)\\n"],
"depNameTemplate": "org.apache.tomcat:tomcat",
"datasourceTemplate": "maven"
Expand Down

0 comments on commit b75c9de

Please sign in to comment.