From 26f6751c27faed9730614c2d3ca2ff7f42e00cd2 Mon Sep 17 00:00:00 2001 From: Daniel McCarney Date: Tue, 9 Apr 2024 20:10:44 -0400 Subject: [PATCH] ci: add github-actions ecosystem to dependabot This will let dependabot open PRs for workflow action updates in addition to cargo dep. updates. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 219c13a..bae8693 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly