From 87daed4582c7162b557242eef80eeaea505f44b5 Mon Sep 17 00:00:00 2001 From: Vladimir <6596606+vkhodygo@users.noreply.github.com> Date: Wed, 14 Jun 2023 16:54:29 +0100 Subject: [PATCH] CI: add scheduled action updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index abe6226..c5e9eb5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,8 @@ updates: directory: "/" # Location of package manifests schedule: interval: "daily" + + - package-ecosystem: "github-actions" # See documentation for possible values + directory: "/" # Location of package manifests + schedule: + interval: "weekly"