From 9e7f738220a28de2c0b3fdac8ceceb5a2c4d02ec Mon Sep 17 00:00:00 2001 From: Olivier DEBAUCHE Date: Sun, 28 Apr 2024 02:47:07 +0200 Subject: [PATCH] ci: Update dependabot.yml (#1391) Add github-actions update --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11..c58c9ae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"