From 87fc614ff766d6a45be8608b87af00d545a01916 Mon Sep 17 00:00:00 2001 From: Francesco Novy Date: Mon, 29 Sep 2025 16:08:53 +0200 Subject: [PATCH] ci: Do not run dependabot on e2e test applications --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 660f3fe17e46..1df50881932d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,5 @@ updates: prefix: feat prefix-development: feat include: scope + exclude-paths: + - 'dev-packages/e2e-tests/test-applications/'