From 9300bb3bf8556980e7caa84211b34ce5bc8e9db8 Mon Sep 17 00:00:00 2001 From: Vasiliy Vasilyuk Date: Wed, 7 Feb 2024 00:12:29 +0300 Subject: [PATCH] Add dependabot config for github-actions This is to automate the updating of CI components, and remember to keep CI up to date on a regular basis. --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df667a1..0d48785 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: directory: "/" schedule: interval: "weekly" + +- package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"