From 14dfa48c5638040b20f9b398763912d1a746fa05 Mon Sep 17 00:00:00 2001 From: Mark Ayers Date: Mon, 2 Oct 2023 20:29:29 -0400 Subject: [PATCH] Update dependabot.yml - add actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 785e839..365b455 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/dice" schedule: interval: "weekly" + - package-ecosystem: “actions” + directory: “/” + schedule: + interval: “weekly”