From 1e022255e11b620474c8d4f9ec9b423512c851e6 Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Mon, 26 Jul 2021 17:30:26 +0300 Subject: [PATCH] chore: Enable Dependabot for GitHub actions --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bcf259eb9..c082a4d00 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,9 @@ updates: interval: weekly time: "11:00" open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + time: "11:00" + open-pull-requests-limit: 10