From 0e567eeecae34708a60a857cfda16d881d1642fb Mon Sep 17 00:00:00 2001 From: nikolas Date: Tue, 23 Jan 2024 15:08:27 -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"