From 21321a4495c31d8b29c04ac62e300c36c6ecc2ea Mon Sep 17 00:00:00 2001 From: Nicolas Duchon Date: Sun, 30 Apr 2023 15:02:09 +0200 Subject: [PATCH] ci: add GitHub Actions to Dependabot config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb6a749..fb8c8fc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,13 @@ updates: prefix: "ci" labels: - "type/ci" + + # Maintain GitHub Actions + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "ci" + labels: + - "type/ci"