From fb43ae04548a127efaf2effd87b7fe181f15524d Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Mon, 9 Oct 2023 15:34:48 -0500 Subject: [PATCH] Make renovate ignore python version --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 6b3b1987..ed7bb972 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,6 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "github>bryanforbes/python-workflows:app" - ] + ], + "ignoreDeps": ["python"] }