From 9c85ca6b2beff2033706d5c92125df2bef3ef658 Mon Sep 17 00:00:00 2001 From: nikolas Date: Wed, 24 Jan 2024 12:03:45 -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 ee81b39..0f18ba7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,8 @@ updates: - dependency-name: webpack-cli versions: - 4.4.0 +- package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + time: "10:00"