File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # Configure Dependabot scanning.
2+ version : 2
3+
4+ updates :
5+ # Check for updates to GitHub Actions.
6+ - package-ecosystem : " github-actions"
7+ directory : " /"
8+ schedule :
9+ interval : " daily"
10+ open-pull-requests-limit : 10
11+ groups :
12+ github-actions :
13+ patterns :
14+ - " *"
15+
16+ # Check for updates to Composer packages.
17+ - package-ecosystem : " composer"
18+ directory : " /"
19+ schedule :
20+ interval : " daily"
21+ open-pull-requests-limit : 10
22+ ignore :
23+ # These dependencies do not currently need to be managed with Dependabot.
24+ - dependency-name : " squizlabs/php_codesniffer"
25+ - dependency-name : " wp-coding-standards/wpcs"
26+ - dependency-name : " phpcompatibility/php-compatibility"
27+ - dependency-name : " yoast/phpunit-polyfills"
28+ groups :
29+ composer-packages :
30+ patterns :
31+ - " composer/ca-bundle"
You can’t perform that action at this time.
0 commit comments