Skip to content

Commit 4a9946c

Browse files
authored
ci: Do not run dependabot on e2e test applications (#17813)
Not sure if this will also avoid these warnings from security alerts, but it's worth a try.
1 parent 68a4eb3 commit 4a9946c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ updates:
2222
prefix: feat
2323
prefix-development: feat
2424
include: scope
25+
exclude-paths:
26+
- 'dev-packages/e2e-tests/test-applications/'

0 commit comments

Comments
 (0)