Skip to content

Commit e2a8bb4

Browse files
authored
ci(dependabot): ignore test env manifests locked to old versions (#473)
1 parent 2b0fd43 commit e2a8bb4

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
@@ -3,6 +3,8 @@ updates:
33
# Update npm dependencies
44
- package-ecosystem: 'npm'
55
directory: '/'
6+
exclude-paths:
7+
- tests/envs/**
68
schedule:
79
interval: 'monthly'
810
groups:

0 commit comments

Comments
 (0)