From 8f2a0343cb6435dbcd2ffab05f85306efa8efd89 Mon Sep 17 00:00:00 2001 From: Shun Sakai Date: Sat, 7 Sep 2024 16:12:36 +0900 Subject: [PATCH] Revert "ci: Remove `dependabot.yml`" This reverts commit ac341af9e7b352ab7917a9e08f52ec0e65bfbd37. --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..5cfae24 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# SPDX-FileCopyrightText: 2022 Shun Sakai +# +# SPDX-License-Identifier: Apache-2.0 OR MIT + +version: 2 +updates: + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 30 + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 20 + + - package-ecosystem: "npm" + directory: "/" + schedule: + interval: "daily"