We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0508ca commit b9d6a47Copy full SHA for b9d6a47
.github/dependabot.yml
@@ -17,8 +17,9 @@ updates:
17
include: "scope"
18
labels:
19
- "Type: Maintenance"
20
- allow:
21
- - dependency-name: "github.com/projectdiscovery/*"
+ groups:
+ modules:
22
+ patterns: ["github.com/projectdiscovery/*"]
23
24
# # Maintain dependencies for GitHub Actions
25
# - package-ecosystem: "github-actions"
@@ -42,4 +43,4 @@ updates:
42
43
# prefix: "chore"
44
# include: "scope"
45
# labels:
-# - "Type: Maintenance"
46
+# - "Type: Maintenance"
0 commit comments