-
Notifications
You must be signed in to change notification settings - Fork 26
chore: make renovate bump mustache files #662
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
Conversation
✅ Deploy Preview for api-clients-automation canceled.
|
✗ The generated branch has been deleted.If the PR has been merged, you can check the generated code on the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insane level of automation !
"description": "Update openapitools-cli version in the config file", | ||
"fileMatch": [ | ||
"config/openapitools.json" | ||
"openapitools.json" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it finds the folder config
by itself ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Exactly! Any files matching the fileMatch
pattern will be selected
"package.mustache" | ||
], | ||
"matchStrings": [ | ||
"\\s\"@types/node\": \"(?<currentValue>.*?)\",\\s" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is it possible to select everything under dependencies
with regex ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wanted to at first, but did not found a way as depNameTemplate
does not accept an array
🧭 What and Why
🎟 JIRA Ticket: https://algolia.atlassian.net/browse/APIC-524
Changes included:
This PR fixes the regex match in our renovate config, which allows us to bump
package.mustache
files and theopenapitools.json
config in our weekly PRs.I've also removed
algoliasearch
from the ignored list, as it's not a generated package.🧪 Test
CI :D