From 9d1a22a8feca62ca56395f67d79d221cd1bfbe5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=AA=E3=82=8B=E3=81=BF?= <4680567+narumiruna@users.noreply.github.com> Date: Wed, 24 Jul 2024 15:22:17 +0800 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0222f52..5c74b93 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,17 +1,11 @@ -# Basic set up for three package managers - version: 2 updates: - # Maintain dependencies for GitHub Actions - package-ecosystem: "github-actions" - # Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.) directory: "/" schedule: interval: "daily" - - # Maintain dependencies for pip - package-ecosystem: "pip" directory: "/" schedule: interval: "daily" - open-pull-requests-limit: 10 + open-pull-requests-limit: 0