From 248ed9f3b71dae8e16ebac76bc56479049f44ffc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Houpert?= <10154151+lhoupert@users.noreply.github.com> Date: Mon, 30 Mar 2026 11:03:48 +0100 Subject: [PATCH] ci: dont upgrade deps in integration tests folder --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b3d2ab7..7c90efa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: - package-ecosystem: pip directory: / + exclude-paths: + - "integration-tests/**" schedule: interval: weekly commit-message: