Skip to content

Commit b9d6a47

Browse files
authored
Update dependabot.yml
1 parent d0508ca commit b9d6a47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ updates:
1717
include: "scope"
1818
labels:
1919
- "Type: Maintenance"
20-
allow:
21-
- dependency-name: "github.com/projectdiscovery/*"
20+
groups:
21+
modules:
22+
patterns: ["github.com/projectdiscovery/*"]
2223

2324
# # Maintain dependencies for GitHub Actions
2425
# - package-ecosystem: "github-actions"
@@ -42,4 +43,4 @@ updates:
4243
# prefix: "chore"
4344
# include: "scope"
4445
# labels:
45-
# - "Type: Maintenance"
46+
# - "Type: Maintenance"

0 commit comments

Comments
 (0)