feat: Enable dependabot for GitHub actions

This commit is contained in:
Lars Toenning
2026-06-28 18:41:14 +02:00
parent 4f5c2e22c2
commit 033c365ab8

9
.github/dependabot.yml vendored Normal file
View File

@@ -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"