From fbad6658a1dec0c8b8223ddb6c19e86f7cff3979 Mon Sep 17 00:00:00 2001 From: Konrad Malik Date: Sun, 24 Dec 2023 11:56:53 +0100 Subject: [PATCH] ci: enable dependabot for github-actions --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3521aa8..5c7419d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,7 @@ updates: directory: "/" schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"