-
Notifications
You must be signed in to change notification settings - Fork 8
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
Migrate Config #131
Migrate Config #131
Conversation
default.json
Outdated
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.
Changes from: samchungy/renovate-experiments@a0d6126
non-critical.json
Outdated
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.
Changes from: samchungy/renovate-experiments@c2e0251
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.
Changes from: samchungy/renovate-experiments@a0d6126
@@ -83,7 +94,7 @@ | |||
"minimumReleaseAge": "14 days" | |||
}, | |||
{ | |||
"excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"], | |||
"matchPackageNames": ["!/^seek-jobs//", "!/^seek-oss//"], |
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.
Do the slashes here need to be escaped?
https://docs.renovatebot.com/string-pattern-matching/#use-regex101-to-test-your-patterns
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.
Renovate migrate did that 😅
"!/^@?seek/", | ||
"!/seek$/" |
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.
Existing issues, but should we
- Enforce
@seek/
rather than@seek
- Drop the dubious
seek
suffix one and instead allowlist specific packages that we trust
Copy 🍝'ed changes from: https://github.com/samchungy/renovate-experiments
configMigration: true
is part of the recommended config: https://docs.renovatebot.com/upgrade-best-practices/#whats-in-the-configbest-practices-preset.