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 #1305

Merged
merged 2 commits into from
Sep 8, 2023
Merged

fix: renovate config #1305

merged 2 commits into from
Sep 8, 2023

Conversation

adamdehaven
Copy link
Member

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.

Ready-To-Review Checklist

  • Tests: Includes any new/updated component tests
  • Docs: updates documentation as needed
  • Commit format/atomicity: the commits follow the guidelines outlined here

Ready-To-Merge Checklist

  • Reviewer - At least one reviewer has reviewed the following:
    • Functional: reviewed acceptance criteria and functionally tested the changes
    • Tests: Reviewer has checked the automated tests for correctness and completeness

@adamdehaven adamdehaven self-assigned this Sep 8, 2023
@adamdehaven adamdehaven requested a review from a team as a code owner September 8, 2023 13:19
@ValeryG ValeryG merged commit 40064c2 into main Sep 8, 2023
3 checks passed
@ValeryG ValeryG deleted the fix/renovate branch September 8, 2023 14:21
kongponents-bot pushed a commit that referenced this pull request Sep 8, 2023
## [2.8.9](v2.8.8...v2.8.9) (2023-09-08)

### Bug Fixes

* **deps:** update all kong scoped dependencies ([#1306](#1306)) ([4f3c6ef](4f3c6ef))
* renovate config ([#1305](#1305)) ([40064c2](40064c2))
@kongponents-bot
Copy link
Collaborator

🎉 This PR is included in version 2.8.9 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants