From 5bf17ab6740190bd253ff80be97a409051210f89 Mon Sep 17 00:00:00 2001 From: Federico Grandi Date: Sun, 26 Jun 2022 19:27:50 +0000 Subject: [PATCH] chore: use dependabot on GitHub actions too --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f1a9703..850d90c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,3 +14,13 @@ updates: include: 'scope' labels: - 'type: chore' + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 10 + commit-message: + include: scope + prefix: ci + labels: + - 'type: chore'