From 1f9a60a53143955717a6b3595c0e4780ca6ef21d Mon Sep 17 00:00:00 2001 From: Edward Ezekiel Date: Wed, 16 Apr 2025 17:24:50 -0500 Subject: [PATCH 1/2] chore(dependabot): ignore all e2e subdirectories --- .github/dependabot.yml | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6ceed022..c2814f54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,13 +6,8 @@ updates: interval: "weekly" - package-ecosystem: "npm" - directory: "/" + directories: + - "/" + - "!/e2e/**" # This excludes e2e and all subdirectories schedule: - interval: "weekly" - - - package-ecosystem: "npm" - directory: "/e2e" - schedule: - interval: "weekly" - ignore: - - dependency-name: "*" + interval: "weekly" \ No newline at end of file From adf5509677780d12b931a6f92fa6d7e5fe5d1914 Mon Sep 17 00:00:00 2001 From: Edward Ezekiel Date: Wed, 16 Apr 2025 17:25:22 -0500 Subject: [PATCH 2/2] chore: add missing end of file --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c2814f54..5e991d0a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,4 +10,4 @@ updates: - "/" - "!/e2e/**" # This excludes e2e and all subdirectories schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly"