From c2e4697e755c1dc8db9a8f5cf2290b7fc797a66a Mon Sep 17 00:00:00 2001 From: mauriziovitale Date: Mon, 23 Dec 2024 09:43:24 +0000 Subject: [PATCH] Fix pre-commit dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b9747dbf6..997061644 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -633,3 +633,12 @@ updates: catch-all: patterns: - "*" + + - package-ecosystem: "github-actions" + directory: "/.github/actions/dispatch-resume-workflow" + schedule: + interval: "weekly" + groups: + catch-all: + patterns: + - "*"