From 403a8b9c62586e114c29be3882f2a7b30f96c53d Mon Sep 17 00:00:00 2001 From: Andrew Williams Date: Wed, 11 Jun 2025 06:43:04 +0100 Subject: [PATCH] Add common Renovate config --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 1ded03d..c6db2c0 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