From 07ca6511f92bf7bb7e00fa499b7a52d1bc28872c Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Fri, 21 Aug 2026 17:47:12 +0200 Subject: [PATCH] Update Dependabot config to include updates for GitHub Actions on default branch --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a094845e..14c2c4b7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,12 @@ version: 2 updates: + # Alos update the GitHub Actions workflows on deffault branch + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" directory: "/" schedule: