From 2db4e086f4c71651d338c22f55920933a16dfc81 Mon Sep 17 00:00:00 2001 From: Radoslav Husar Date: Fri, 18 Oct 2024 16:27:18 +0200 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 23250d5..860fefe 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10