From d95064665dd0c3a9688aef5267df443d9994c0c2 Mon Sep 17 00:00:00 2001 From: Sam Doran Date: Tue, 12 Nov 2024 11:48:08 -0500 Subject: [PATCH] Do not update Pipfile automatically --- renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 757abb6525..d51cb32430 100644 --- a/renovate.json +++ b/renovate.json @@ -8,6 +8,8 @@ ], "ignorePaths": [ "dev/containers/**", - ".pre-commit-config.yaml" + ".pre-commit-config.yaml", + "Pipfile", + "Pipfile.lock" ] }