-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
feat(config): managerFilePatterns #34615
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Sebastian Poxhofer <[email protected]>
Co-authored-by: HonkingGoose <[email protected]>
Co-authored-by: Michael Kriese <[email protected]>
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.
there are some more samples, which can be simplified by using glob, otherwise LGTM
Co-authored-by: Michael Kriese <[email protected]>
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.
we can do the regex to glob changes in a followup pr of cause
needs update because of: |
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.
Partial review done. Please note each of the suggested changes and apply them widely to the whole PR. e.g. ^foo$
patterns should always just be foo
.
docs/usage/user-stories/maintaining-aur-packages-with-renovate.md
Outdated
Show resolved
Hide resolved
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.
Conflict and a lot of conversations should not be solved.
Reverted he changes as per this comment. Will replace regex with glob in future Prs |
Co-authored-by: HonkingGoose <[email protected]>
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.
Let's wait until second week of April
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 assume we agreed to simplify regex patterns in a follow up pr 🙃
Changes
fileMatch
tofilePatterns
Context
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via:
managerFilePatterns
)