diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d0b098d..120bb02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,9 @@ updates: include: "scope" labels: - "Type: Maintenance" - allow: - - dependency-name: "github.com/projectdiscovery/*" + groups: + modules: + patterns: ["github.com/projectdiscovery/*"] # # Maintain dependencies for GitHub Actions # - package-ecosystem: "github-actions" @@ -42,4 +43,4 @@ updates: # prefix: "chore" # include: "scope" # labels: -# - "Type: Maintenance" \ No newline at end of file +# - "Type: Maintenance"