From e97fb148b642d0bfc13a73d3061b57364f43c08d Mon Sep 17 00:00:00 2001 From: Jan Maack Kjerbye <50995332+janhalen@users.noreply.github.com> Date: Wed, 19 Jun 2024 13:17:46 +0200 Subject: [PATCH] Update dependabot.yml added "github-actions" ecosystem --- .github/dependabot.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ff1a325..49f48fa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,12 @@ updates: - package-ecosystem: bundler directory: / schedule: - interval: daily + interval: "weekly" allow: - dependency-type: direct + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"