From f9bb62f67030bee9ce69c6c6247e12d94dc8114b Mon Sep 17 00:00:00 2001 From: Alex Kremer Date: Thu, 25 Jul 2024 15:35:42 +0100 Subject: [PATCH] ci: Setup dependabot for github-actions (#1556) Fixes #1502 --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..090a77fd7 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + day: "monday" + time: "04:00" + timezone: "Etc/GMT" + reviewers: + - "cindyyan317" + - "godexsoft" + - "kuznetsss" + commit-message: + prefix: "[CI] " + target-branch: "develop"