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

chore: configure Renovate to ignore bridge and pkg/sdk dependencies #5013

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

t0yv0
Copy link
Member

@t0yv0 t0yv0 commented Dec 27, 2024

Adds a config file for the Renovate bot.

@t0yv0 t0yv0 requested a review from blampe December 27, 2024 22:08
Comment on lines +15 to +20
{
// Currently the bridge dependency is managed by pulumi/upgrade-provider
matchManagers: ["gomod"],
matchPackageNames: ["github.com/pulumi/pulumi-terraform-bridge/v3"],
enabled: false
}
Copy link
Contributor

Choose a reason for hiding this comment

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

@t0yv0 something interesting you could do is leave this enabled but set automerge: false, ignoreUnstable: false, and respectLatest: false.

I think that would give you a perpetual canary PR that Renovate would periodically update to the latest bridge. (You could put it on a daily schedule if you don't want every commit to trigger an update.)

Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

Copy link

codecov bot commented Dec 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 24.42%. Comparing base (fc302e8) to head (ebbbf73).
Report is 2 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5013   +/-   ##
=======================================
  Coverage   24.42%   24.42%           
=======================================
  Files         360      360           
  Lines      143403   143403           
=======================================
  Hits        35023    35023           
  Misses     108281   108281           
  Partials       99       99           

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

@t0yv0 t0yv0 merged commit 0444522 into master Dec 30, 2024
26 checks passed
@t0yv0 t0yv0 deleted the t0yv0/configure-renovate branch December 30, 2024 18:42
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v6.66.2.

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