From 44b472f39ba1ecb84f49934efdb7f345a8f97794 Mon Sep 17 00:00:00 2001 From: anajavi Date: Sun, 23 Apr 2023 13:23:51 +0300 Subject: [PATCH] chore: make dependabot update github actions --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5e211136..5bbd3ca1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,8 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: "daily" + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" \ No newline at end of file