From 033c365ab8cbebd86ef8027b85bd82d20b71a807 Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Sun, 28 Jun 2026 18:41:14 +0200 Subject: [PATCH] feat: Enable dependabot for GitHub actions --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..8d0d7c6d1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,9 @@ +# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors +# SPDX-License-Identifier: CC0-1.0 + +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"