From a96b3e5a53cde96feaf8153b574a9069af657307 Mon Sep 17 00:00:00 2001 From: Adam Azarchs Date: Sat, 16 Apr 2022 03:02:51 -0700 Subject: [PATCH] Add dependabot config for github-actions. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2d450de..ff44ded 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: schedule: interval: weekly open-pull-requests-limit: 10 +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: weekly