mirror of
https://github.com/servo/servo.git
synced 2025-08-25 15:18:22 +01:00
dependabot: Exclude two testing directories to depndabot scanning (#38790)
According to dependabot/dependabot-core#4364, dependabot now supports excluding certain directories from upgrade scanning. This change adds two problematic directories to the exclusion list. Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
ed6bf196c9
commit
b6cb57287f
1 changed files with 3 additions and 0 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -2,6 +2,9 @@ version: 2
|
|||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
exclude-paths:
|
||||
- "tests/blink_perf/**"
|
||||
- "tests/wpt/**"
|
||||
schedule:
|
||||
interval: daily
|
||||
open-pull-requests-limit: 10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue