Skip to content

Commit 1459f3d

Browse files
IlyesbdlalaJ12934
authored andcommitted
Refine npm dependency directories wildcard to avoid overlap
Signed-off-by: Ilyes Ben Dlala <ilyes.bendlala@iteratec.com>
1 parent 6004dc8 commit 1459f3d

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,13 @@ updates:
3232
- package-ecosystem: "npm"
3333
directories:
3434
- "/"
35-
- "**/*"
35+
- "/auto-discovery/kubernetes/pull-secret-extractor/integration-test"
36+
- "/bin"
37+
- "/tests/integration"
38+
- "/hook-sdk/nodejs"
39+
- "/parser-sdk/nodejs"
40+
- "/hooks/**"
41+
- "/scanners/**"
3642
schedule:
3743
interval: "weekly"
3844
groups:

0 commit comments

Comments
 (0)