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"