mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-22 17:11:07 +00:00
Fix symfony pattern for dependabot
`*symfony*` matches to much deps (ie `phpstan-symfony`) which aren't related to Symfony release. `symfony/*` will properly match Symfony release better.
This commit is contained in:
parent
5d498135ab
commit
adc79d0578
1 changed files with 1 additions and 1 deletions
2
.github/dependabot.yml
vendored
2
.github/dependabot.yml
vendored
|
@ -28,7 +28,7 @@ updates:
|
|||
groups:
|
||||
symfony-dependencies:
|
||||
patterns:
|
||||
- "*symfony*"
|
||||
- "symfony/*"
|
||||
reviewers:
|
||||
- j0k3r
|
||||
- tcitworld
|
||||
|
|
Loading…
Reference in a new issue