Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renovate config for Tomcat is broken #154

Closed
drmatthews opened this issue Dec 16, 2024 · 0 comments · Fixed by #155
Closed

Renovate config for Tomcat is broken #154

drmatthews opened this issue Dec 16, 2024 · 0 comments · Fixed by #155
Labels
problem Something isn't working

Comments

@drmatthews
Copy link
Contributor

Short Description

The renovate config for Tomcat points to a file that no longer exists in the repository:

      "description": "Update Tomcat version specified in playbooks/group_vars/web.yml",
      "fileMatch": ["(^|/)*web.yml$"],

Should be:

      "description": "Update Tomcat version specified in playbooks/group_vars/xnat.yml",
      "fileMatch": ["(^|/)*xnat.yml$"],

Evidence/Steps to Reproduce

No response

Acceptance Criteria/Expected Behaviour

No response

Details

No response

Resolution

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
problem Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant