Skip to content

Commit

Permalink
exclude packages from grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
mimmi20 committed Sep 1, 2023
1 parent 6c78014 commit 33ecfb2
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,11 @@ updates:
# update-types:
# - "minor"
# - "patch"
# exclude-patterns:
# - "gc_ruboconfig"
exclude-patterns:
- "friendsofphp/php-cs-fixer"
- "sirbrillig/phpcs-variable-analysis"
- "slevomat/coding-standard"
- "squizlabs/php_codesniffer"

open-pull-requests-limit: 10

Expand Down

0 comments on commit 33ecfb2

Please sign in to comment.