diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ff3046a72b..e98b7ab64e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -35,3 +35,19 @@ updates: schedule: interval: "daily" open-pull-requests-limit: 10 + + - package-ecosystem: "gradle" + directory: "/perf-tests" + registries: + - gradle-plugin-portal + schedule: + interval: "daily" + open-pull-requests-limit: 10 + + - package-ecosystem: "gradle" + directory: "/etw/etw-testapp" + registries: + - gradle-plugin-portal + schedule: + interval: "daily" + open-pull-requests-limit: 10