From 375cc1f1d886d2d20f84ec74869b27e7c907c330 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Wed, 2 Apr 2025 00:49:21 +0200 Subject: [PATCH] Keep GitHub Actions up to date with GitHub's Dependabot --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..535b218ad --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +# SPDX-License-Identifier: GPL-3.0-or-later +# SPDX-FileCopyrightText: 2025 Carles Fernandez-Prades + +# Keep GitHub Actions up to date with GitHub's Dependabot + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + target-branch: next + groups: + github-actions: + patterns: + - "*" # Group all Actions updates into a single larger pull request + schedule: + interval: "weekly" + day: "monday" + time: "03:00" \ No newline at end of file