From 830f31c6d1d6ca79b187a0f058ec5b40a7689343 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 17 Oct 2023 06:39:17 -0700 Subject: [PATCH] [action] add dependabot updates for github actions (#1586) --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f93..a9618d0b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"