From 2005771629590d30f44cfafd97bdc88ac0b7f4ec Mon Sep 17 00:00:00 2001 From: Pamela Fox Date: Mon, 1 Apr 2024 08:07:25 -0700 Subject: [PATCH] Update dependabot.yaml --- .github/dependabot.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 88aaf34..6be281f 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -5,7 +5,11 @@ version: 2 updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" - package-ecosystem: "pip" # See documentation for possible values directory: "/" # Location of package manifests schedule: - interval: "weekly" \ No newline at end of file + interval: "weekly"