Skip to content

Configure Renovate dependency updates#30

Merged
maxstue merged 2 commits into
mainfrom
feature/kijk-334
Jul 7, 2026
Merged

Configure Renovate dependency updates#30
maxstue merged 2 commits into
mainfrom
feature/kijk-334

Conversation

@maxstue

@maxstue maxstue commented Jul 7, 2026

Copy link
Copy Markdown
Owner

Pull Request

Checklist

  • Code documented
  • Version updated
  • Tests created
  • Docs/Readme updated

New Features, Bugfixes and more

  • Switches regular dependency version updates from Dependabot to Renovate.
  • Adds renovate.json with a weekly schedule, Dependency Dashboard, semantic commits, simple update grouping, and major-update approval.
  • Keeps backend NuGet version grouping compatible with Renovate by adding custom regex managers for the MSBuild properties in apps/api/Directory.Packages.props.
  • Removes .github/dependabot.yml so Dependabot does not create duplicate version-update PRs.
  • Groups backend package versions in Central Package Management for related package families.
  • Documents the Renovate update policy in the Linear Developer Tooling document.

Validation:

  • dotnet build apps/api/src/Api/Api.csproj -c Release
  • jq empty renovate.json
  • git diff --check

Notes:

  • The local Husky pre-commit hook could not run because the local runtime is Node v24.14.0, while the repo requires Node ^26. The commits were created with --no-verify after the checks above passed.
  • The API build still reports the existing NU1903 warning for Microsoft.OpenApi 2.0.0.

@linear-code

linear-code Bot commented Jul 7, 2026

Copy link
Copy Markdown

KIJK-334

@maxstue maxstue marked this pull request as ready for review July 7, 2026 19:18
@maxstue maxstue merged commit 02ca8d4 into main Jul 7, 2026
13 checks passed
@maxstue maxstue deleted the feature/kijk-334 branch July 7, 2026 20:08
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