From 3bb870cc660cc5f2394a302c3e62058048e3d623 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Wed, 30 Jul 2025 21:34:54 -0500 Subject: [PATCH] github: Use shared Renovate config --- .github/renovate.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index bfd8877..aba7334 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,8 +1,6 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "branchPrefix": "users/renovate/", - "extends": [ - "config:recommended", - "helpers:pinGitHubActionDigestsToSemver" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>ni/python-renovate-config:recommended" + ] } \ No newline at end of file