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

fix: renovate config #769

Merged
merged 3 commits into from
Sep 8, 2023
Merged

fix: renovate config #769

merged 3 commits into from
Sep 8, 2023

Conversation

adamdehaven
Copy link
Member

@adamdehaven adamdehaven commented Sep 8, 2023

Summary

Modify the renovate.json config so that the package rules are ordered from least important to most important.

Renovate evaluates all packageRules and does not stop after the first match. Order your packageRules so the least important rules are at the top, and the most important rules at the bottom. This way important rules override settings from earlier rules if needed.

Also updates stabilityDays (deprecated) to the minimumReleaseAge property.

PR Checklist

  • Naming & Structure: the files and package structure use the conventions outlined in the Creating a Package docs.
  • Tests pass: check the output of all package unit and/or component tests.
    • If this PR is the result of a bug, test coverage was added accordingly.
  • Functional: all changes do not break existing APIs, but if so, a BREAKING CHANGE commit is in place to bump the major version.
  • Conventional Commits all commits follow the conventional commit standards outlined in the main README.
  • Docs: includes a technically accurate README, and the docs have been updated accordingly based on the changes in this PR.

Copy link
Contributor

@nekolab nekolab left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@adamdehaven adamdehaven enabled auto-merge (squash) September 8, 2023 14:16
@adamdehaven adamdehaven disabled auto-merge September 8, 2023 14:16
@ValeryG ValeryG merged commit e2eb3e5 into main Sep 8, 2023
5 checks passed
@ValeryG ValeryG deleted the fix/renovate branch September 8, 2023 14: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.

3 participants