From e8f53ea612b3b80a42a37d25e871393a30ab71e7 Mon Sep 17 00:00:00 2001 From: "minder-by-stacklok[bot]" <165083860+github-actions[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2024 19:56:03 +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 43b9089..1705d1b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,6 @@ version: 2 updates: - - package-ecosystem: "pip" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly"