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

Migrate Config #131

Merged
merged 5 commits into from
Oct 17, 2024
Merged

Migrate Config #131

merged 5 commits into from
Oct 17, 2024

Conversation

samchungy
Copy link
Contributor

@samchungy samchungy commented Oct 16, 2024

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.

The config:best-practices preset has this configuration:

{
"configMigration": true,
 "extends": [
  "config:recommended",
   "docker:pinDigests",
   "helpers:pinGitHubActionDigests",
   ":pinDevDependencies"
 ]
}

default.json Outdated
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samchungy samchungy marked this pull request as ready for review October 16, 2024 23:59
@samchungy samchungy requested a review from a team as a code owner October 16, 2024 23:59
@@ -83,7 +94,7 @@
"minimumReleaseAge": "14 days"
},
{
"excludePackagePatterns": ["^seek-jobs/", "^seek-oss/"],
"matchPackageNames": ["!/^seek-jobs//", "!/^seek-oss//"],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Renovate migrate did that 😅

Comment on lines +80 to +81
"!/^@?seek/",
"!/seek$/"
Copy link
Member

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

@samchungy samchungy enabled auto-merge (squash) October 17, 2024 03:17
@samchungy samchungy merged commit 2c25781 into master Oct 17, 2024
2 checks passed
@samchungy samchungy deleted the migrate-config branch October 17, 2024 03:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants