From 771b78e8a558833ce3f75931062f8f9d1577f9fc Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 11 Jun 2025 06:46:39 +0100 Subject: [PATCH] Add common Renovate config --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index f45d8f1..928b78a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,6 @@ { "extends": [ - "config:base" + "config:base", + "github>nikdoof/renovate-config:python" ] -} +} \ No newline at end of file