From 1883cdeefb3ae6f50e72c9e6d3364cc7a2b04755 Mon Sep 17 00:00:00 2001 From: nikolas Date: Wed, 24 Jan 2024 11:58:10 -0500 Subject: [PATCH] Add github-actions to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f4952ba..ad68983 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,8 @@ updates: interval: daily time: "10:00" open-pull-requests-limit: 10 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "10:00"