Skip to content

feat: Replace Dependabot with Renovate for GitHub Actions updates - #9

Open
jsonbailey wants to merge 1 commit into
mainfrom
jb/sdk-2476/add-renovate
Open

feat: Replace Dependabot with Renovate for GitHub Actions updates#9
jsonbailey wants to merge 1 commit into
mainfrom
jb/sdk-2476/add-renovate

Conversation

@jsonbailey

@jsonbailey jsonbailey commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Adds .github/renovate.json extending the new sdk-dotnet shared preset from gh-actions
  • Removes .github/dependabot.yml — Renovate will manage GitHub Actions updates going forward
  • nuget packages are disabled in the preset, so only GitHub Actions refs will get update PRs

Note: depends on launchdarkly/gh-actions#106 (sdk-dotnet preset) being merged first.


Note

Low Risk
CI-only configuration swap with no application or runtime code changes; main caveat is depending on the external sdk-dotnet Renovate preset being available.

Overview
Replaces Dependabot with Renovate for automated update PRs in this repo.

Deletes .github/dependabot.yml, which only configured daily NuGet updates for getting-started/HelloDotNet. Adds .github/renovate.json that extends the shared github>launchdarkly/gh-actions//renovate/sdk-dotnet preset (requires that preset to land in gh-actions first). Per the PR description, that preset turns off NuGet Renovate updates, so ongoing automation here shifts to GitHub Actions ref bumps rather than HelloDotNet package updates.

Reviewed by Cursor Bugbot for commit eb7a9cd. Bugbot is set up for automated code reviews on this repo. Configure here.

@jsonbailey
jsonbailey force-pushed the jb/sdk-2476/add-renovate branch from f7d76a4 to eb7a9cd Compare August 4, 2026 21:48
@jsonbailey
jsonbailey marked this pull request as ready for review August 4, 2026 22:20
@jsonbailey
jsonbailey requested a review from a team as a code owner August 4, 2026 22:20
@jsonbailey

Copy link
Copy Markdown
Contributor Author

Don't merge until the dependent PR is merged (launchdarkly/gh-actions#106)

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.

1 participant