diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c43c37417a..4d7ae6c499f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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