From 7614ad27e22b1538e5b1910566bd28ee51e754cf Mon Sep 17 00:00:00 2001 From: Valery Yatsynovich Date: Fri, 1 Nov 2024 00:19:31 +0300 Subject: [PATCH] Enable Dependabot for GitHub Actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ccad4a02..b3565048 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,8 @@ updates: schedule: interval: weekly open-pull-requests-limit: 50 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 50