chore: adopt org-wide Renovate config#34
Merged
Conversation
Adopts the central Renovate configuration from plugwerk/.github so this repo benefits from the org defaults (config:recommended, GitHub Actions SHA-pinning, npm grouping/major-split/exact-pin, schedule, dependency dashboard) without maintaining a parallel copy here. This is the standard GitHub-org pattern: per-repo renovate.json carries only `extends` plus repo-specific overrides. There are no stack-specific overrides for this repo today — the org defaults cover everything we need. Refs plugwerk/.github#1
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces this repo's missing Renovate config with a one-line
extendsof the new org default atplugwerk/.github. From the next Renovate run forward, this repo gets the same considered defaults thatplugwerk/plugwerkhas been using:config:recommended+helpers:pinGitHubActionDigestsbefore 6am every weekday,Europe/BerlinchoreThere are no repo-specific overrides today —
examplesfollows the JVM stack but does not pin a specific JDK version like the main server, and there is no React/MUI surface that would need extra grouping. If that changes later, the override goes here in the samerenovate.jsonalongside theextends.Blocked by
mainofplugwerk/.githubbefore Renovate can resolveextends: ["github>plugwerk/.github"]. Until then, Renovate logsCannot find preset's packageand falls through to its built-in defaults — the existing behaviour, no regression.Verification after merge
npm-depsgrouping,github-actionsSHA pinning).Type of Change
AI Agent Disclosure