From 04f989763d0c9a5a80f21564236921d8f0e211ac Mon Sep 17 00:00:00 2001 From: Forest Gregg Date: Thu, 20 Jun 2024 10:31:05 -0400 Subject: [PATCH] turn dependabot on for all actions --- .github/dependabot.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7fddd08..5ace460 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,3 @@ updates: directory: "/" schedule: interval: "weekly" - ignore: - # Optional: Official actions have moving tags like v1; - # if you use those, you don't need updates. - - dependency-name: "actions/*"