From 687ec928ce6c19a54ef1cb49e55493a58fb2a7c8 Mon Sep 17 00:00:00 2001 From: anoy Date: Wed, 20 Jan 2021 07:36:01 +0100 Subject: add dependency checks for Github actions Signed-off-by: anoy --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 44286645d..561141b9e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,12 @@ updates: labels: - "dependencies" - "Skip-Changelog" + + # Maintain dependencies for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + labels: + - "dependencies" + - "Skip-Changelog" -- cgit v1.2.3