From fd53ed3c4bb750498f74d81baf5da399f7100c48 Mon Sep 17 00:00:00 2001 From: Thorsten Frommen Date: Tue, 1 Oct 2024 14:18:50 +0200 Subject: [PATCH] Let Dependabot update GitHub Actions dependencies --- dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dependabot.yml b/dependabot.yml index b60e661..01ce1ed 100644 --- a/dependabot.yml +++ b/dependabot.yml @@ -7,3 +7,10 @@ updates: open-pull-requests-limit: 10 labels: - scope:distribution + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + labels: + - scope:distribution