From 7543870b1941c6197fb06bc33d1a145792c467d7 Mon Sep 17 00:00:00 2001 From: "stacklok-cloud[bot]" <165083860+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 02:18:59 +0000 Subject: [PATCH] Add Dependabot configuration for github-actions --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2ba298d9cba7..1705d1bd7197 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "npm" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly"