From 57f57c5bdfb3f7bd8951781e20132e312a8ddad8 Mon Sep 17 00:00:00 2001 From: Petr Jasek Date: Fri, 13 Dec 2024 12:09:55 +0100 Subject: [PATCH] enable dependabot for github actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 10d1b92..5b6ca92 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,6 +15,11 @@ updates: schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + # async - package-ecosystem: "pip" directory: "/server"