From 298e059de18c504644b88e84f3614f3324f959da Mon Sep 17 00:00:00 2001 From: Tom Eichlersmith <31970302+tomeichlersmith@users.noreply.github.com> Date: Thu, 14 Sep 2023 08:34:48 -0500 Subject: [PATCH] add check on actions we use this will check and bump actions versions we use in our workflows when they are released, it checks once a week which is plenty of time given our pace of development --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ceb1f000d..4fcaebb94 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"