From 4f5dcb9e183637c3dfdc8902e04a8aa0ddb5f4f4 Mon Sep 17 00:00:00 2001 From: A1lo Date: Wed, 23 Oct 2024 01:00:55 +0800 Subject: [PATCH] ci(github): configure dependabot for GitHub Actions (#561) * ci(github): configure dependabot for GitHub Actions * use prefix `build` instead Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --------- Co-authored-by: Claas Augner <495429+caugner@users.noreply.github.com> --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 93f30f49..dde7f5b0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,10 @@ updates: commit-message: prefix: "build(deps): " prefix-development: "build(dev-deps): " + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + commit-message: + prefix: "build(deps): "