From c5ab35ef8d30be8c38493f526b1a060b28aade52 Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 24 Jul 2024 10:39:25 -0400 Subject: [PATCH] Enable Dependabot for GitHub Actions (#416) --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0945aae2..7ba668a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,13 @@ updates: update-types: - "minor" - "patch" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "Shopify/ruby-dev-exp" + labels: + - "chore" + - "dependencies" + - "gh-actions"