-
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
refactor(enabled-managers): implement custom.<customMgrName>
syntax
#24079
Conversation
custom.<customMgrName>
syntax for enabledManagers
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.
First pass
Co-authored-by: Sebastian Poxhofer <[email protected]>
I don't understan the reason behind the failing tests. It happened last time as well when trying to add |
lib/config/migrations/custom/enabled-managers-migration.spec.ts
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.
needs test and coverage
@RahulGautamSingh ready to resume this? |
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.
Needs deconflicting
Co-authored-by: Sebastian Poxhofer <[email protected]>
This comment was marked as outdated.
This comment was marked as outdated.
Test Runs: |
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.
otherwise LGTM
Co-authored-by: Michael Kriese <[email protected]>
Is this a feature or a refactor? |
custom.<customMgrName>
syntax for enabledManagerscustom.<customMgrName>
syntax
It's a rename so refactor. I got thinking that since its user facing I should use |
🎉 This PR is included in version 37.51.1 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
…renovatebot#24079) Co-authored-by: Sebastian Poxhofer <[email protected]> Co-authored-by: Michael Kriese <[email protected]>
Changes
custom.<customMgrName>
syntax forenabledManagers
enabledManagers: ['regex']
,enabledManagers: ['custom.regex']
Context
_matchManagers was supposed to be done along with this but it needs a small typing change so it will done is a separate PR _
Documentation (please check one with an [x])
How I've tested my work (please select one)
I have verified these changes via: