From 81afed958ca5ec9514c86c8eaf1722077c84d86e Mon Sep 17 00:00:00 2001 From: Amanda Tarafa Mas <14878252+amanda-tarafa@users.noreply.github.com> Date: Thu, 19 Sep 2024 22:59:43 -0700 Subject: [PATCH] deps: Ignore renovate presets These may introduce breaking changes without warnings. And currently, after one such occurrence, override our config. See renovatebot/renovate#31436 --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 7fcc76d9723..9b85f35ed7a 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -3,6 +3,7 @@ "config:base", ":disableDependencyDashboard" ], + "ignorePresets": [":ignoreModulesAndTests"], "ignorePaths": [ "endpoints/getting-started/**" ],