From 26d77bb4825545bb1ca25f8e55792d9def07af68 Mon Sep 17 00:00:00 2001 From: Marek Skrobacki Date: Mon, 24 Feb 2025 11:30:03 +0000 Subject: [PATCH] renovate: disable devbox package manager This disables recently added renovate package manager. We generally don't want to have this automatically updated because whole point of creating an isolated dev environment is to have the ability to pin specific versions of the dependencies without affecting anyone else. --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 9c3f27369..fad709353 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -25,5 +25,8 @@ ], "datasourceTemplate": "helm" } - ] + ], + "devbox": { + "enabled": false + } }