From 0f83ed3569867edb6f4a45e911087f5edfdcb9db Mon Sep 17 00:00:00 2001 From: Constantin Chaumet <16308584+Jekannadar@users.noreply.github.com> Date: Tue, 28 Apr 2026 11:19:59 +0200 Subject: [PATCH] Update dependabot.yml to fix refactoring error --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8c517af..8ac6b8c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosy-luigistem: "github-actions" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly"