From 6898a28988d73e6c06c9e6fd7d697ebeb59d6a3e Mon Sep 17 00:00:00 2001 From: Justin Rabiller <38727166+snutij@users.noreply.github.com> Date: Wed, 20 Sep 2023 21:08:22 +0200 Subject: [PATCH] Add YARP submodule update to Dependabot (#1028) feat: add YARP submodule update to dependabot --- .github/dependabot.yml | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3ec8ef96f..6d54febc9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,7 +12,16 @@ updates: groups: minor-and-patch: update-types: - - 'minor' - - 'patch' + - "minor" + - "patch" exclude-patterns: - - 'yarp' + - "yarp" + - package-ecosystem: "gitsubmodule" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "Shopify/ruby-dev-exp" + labels: + - "dependencies" + - "fixtures"