From 3a1d3b212c91e714c08cdd837075d73a68542912 Mon Sep 17 00:00:00 2001 From: Oliver Kriz Date: Tue, 2 Jun 2026 18:17:04 +0200 Subject: [PATCH] chore: track github-actions in Dependabot --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5f0889c..35954bd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + commit-message: + prefix: "chore"