Skip to content

Conversation

@askpt
Copy link
Member

@askpt askpt commented Apr 24, 2025

Signed-off-by: André Silva 2493377+askpt@users.noreply.github.com

This PR

This pull request updates the Renovate configuration to enhance dependency management workflows. The most notable changes include enabling dependency dashboard approval and specifying that dependencies should not be recreated automatically.

Changes to Renovate configuration:

  • renovate.json: Enabled the dependencyDashboardApproval setting to require manual approval for dependency updates.
  • renovate.json: Added the recreateWhen setting with a value of "never" to prevent automatic recreation of dependency updates.

Related Issues

Fixes #448

Notes

I followed Renovate's general recommendation. I also changed to require dashboard manual approval because we don't want the PRs to pop up for dotnet extensions (they should be closed since we need to publish the lowest version compatible; see #426). So we should look into the dashboard issue #92 to create the PRs for dependencies.

…roval and recreate settings

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
@askpt askpt changed the title ci: update renovate configuration to include dependency dashboard approval and recreate settings ci: update renovate configuration to fix immortal PRs Apr 24, 2025
@codecov
Copy link

codecov bot commented Apr 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.47%. Comparing base (e162169) to head (9765d47).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #451   +/-   ##
=======================================
  Coverage   86.47%   86.47%           
=======================================
  Files          42       42           
  Lines        1671     1671           
  Branches      177      177           
=======================================
  Hits         1445     1445           
  Misses        187      187           
  Partials       39       39           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@askpt askpt marked this pull request as ready for review April 24, 2025 16:16
@askpt askpt requested a review from a team as a code owner April 24, 2025 16:16
@beeme1mr beeme1mr added this pull request to the merge queue Apr 24, 2025
Merged via the queue into main with commit 4795685 Apr 24, 2025
19 checks passed
@askpt askpt deleted the askpt/issue448 branch April 24, 2025 17:01
WeihanLi pushed a commit to WeihanLi/openfeature-dotnet-sdk that referenced this pull request May 14, 2025
Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>

<!-- Please use this template for your pull request. -->
<!-- Please use the sections that you need and delete other sections -->

## This PR
<!-- add the description of the PR here -->

This pull request updates the Renovate configuration to enhance
dependency management workflows. The most notable changes include
enabling dependency dashboard approval and specifying that dependencies
should not be recreated automatically.

Changes to Renovate configuration:

*
[`renovate.json`](diffhunk://#diff-7b5c8955fc544a11b4b74eddb4115f9cc51c9cf162dbffa60d37eeed82a55a57L5-R7):
Enabled the `dependencyDashboardApproval` setting to require manual
approval for dependency updates.
*
[`renovate.json`](diffhunk://#diff-7b5c8955fc544a11b4b74eddb4115f9cc51c9cf162dbffa60d37eeed82a55a57L5-R7):
Added the `recreateWhen` setting with a value of `"never"` to prevent
automatic recreation of dependency updates.

### Related Issues
<!-- add here the GitHub issue that this PR resolves if applicable -->

Fixes open-feature#448

### Notes
<!-- any additional notes for this PR -->
I followed Renovate's general recommendation. I also changed to require
dashboard manual approval because we don't want the PRs to pop up for
dotnet extensions (they should be closed since we need to publish the
lowest version compatible; see open-feature#426). So we should look into the
dashboard issue open-feature#92 to create the PRs for dependencies.

Signed-off-by: André Silva <2493377+askpt@users.noreply.github.com>
Signed-off-by: Weihan Li <weihanli@outlook.com>
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.

Renovate keeps creating dotnet monorepo updates

4 participants