Skip to content

Commit 892110f

Browse files
authored
chore: ignore test manifests with dependabot (#360)
1 parent 4580bb1 commit 892110f

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,21 @@ updates:
1414
directory: "/"
1515
schedule:
1616
interval: "weekly"
17+
- package-ecosystem: "pip"
18+
directory: "/"
19+
schedule:
20+
interval: "weekly"
21+
exclude-paths:
22+
- "test/providers/tst_manifests/**"
23+
- package-ecosystem: "maven"
24+
directory: "/"
25+
schedule:
26+
interval: "weekly"
27+
exclude-paths:
28+
- "test/providers/tst_manifests/**"
29+
- package-ecosystem: "gomod"
30+
directory: "/"
31+
schedule:
32+
interval: "weekly"
33+
exclude-paths:
34+
- "test/providers/tst_manifests/**"

0 commit comments

Comments
 (0)