From 659ffac88d6f72d3c40e5992e99c04fdfcf4e1d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Ri=C3=9Fe?= Date: Tue, 14 May 2024 10:10:11 +0200 Subject: [PATCH] Enable updates for GitHub Actions on stable --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace4600a..4feda299f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,9 @@ version: 2 updates: - - package-ecosystem: "github-actions" + - &github-actions + package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + - <<: *github-actions + target-branch: stable