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"