From 14df9d64384a960cebf8b7724d8cdd525d5d7762 Mon Sep 17 00:00:00 2001 From: Quinn Dougherty Date: Thu, 4 Aug 2022 09:10:26 -0400 Subject: [PATCH] hotfix: set `dependabot` on gh actions versions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 443439c4..4e459652 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,9 @@ updates: commit-message: prefix: "⬆️" open-pull-requests-limit: 100 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "⬆️"