From a9efc78bec0cdee7b9cd82b3c4dd0060d7a16126 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 7 Jun 2025 00:21:42 +0200 Subject: [PATCH] Improve configuration for dependabot in 1.x branch - add 'dependencies' label - check GitHub Action in 1.x --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index bd0501c2..55d64da4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -34,3 +34,13 @@ updates: target-branch: "mvnd-1.x" labels: - "backport" + - "dependencies" + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + target-branch: "mvnd-1.x" + labels: + - "backport" + - "dependencies"