From 69562de315c4fd2aee942e563e37b2a6f4ca5283 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 12 Feb 2024 23:00:36 +0400 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 91abb11f..814d6fe4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,9 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every week + interval: "weekly"