From bf58014509e16eb6a060057c5a48ac0409ae7889 Mon Sep 17 00:00:00 2001 From: Dipak Parmar Date: Mon, 11 Nov 2024 19:43:39 -0800 Subject: [PATCH] ci: enable version updates for GitHub Actions workflows --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 72c48b3..b999b56 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,11 @@ updates: docusaurus: patterns: - "@docusaurus/*" + + # Enable version updates for GitHub Actions workflows + - package-ecosystem: "github-actions" + # Look for `.github/workflows` files in the `root` directory + directory: "/" + # Check the GitHub Actions API for updates every day (weekdays) + schedule: + interval: "weekly"