From c40eebfe279a029fdf6f8a7abb981bf27ba0e3bb Mon Sep 17 00:00:00 2001 From: JacobPEvans <20714140+JacobPEvans-personal@users.noreply.github.com> Date: Sun, 31 May 2026 14:25:14 -0400 Subject: [PATCH] chore(renovate): route preset through dryvist/.github entry point Point this repo's Renovate extends at local>dryvist/.github so the org's single entry point composes the shared preset, instead of referencing the upstream preset directly. Behavior is unchanged (dryvist/.github re-extends the same upstream); this just makes dryvist/.github the chokepoint for future policy. Refs: dryvist/terraform-github#6 Assisted-by: Claude:claude-opus-4-8 --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index e2b6244..0546b3d 100644 --- a/renovate.json +++ b/renovate.json @@ -2,7 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:recommended", - "local>JacobPEvans/.github:renovate-presets" + "local>dryvist/.github" ], "packageRules": [ {