From a321e8373b3c6afc9d0b08714e34bd8bd68716d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Koy=20=5B=27k=C9=94=C9=AA=5D?= Date: Tue, 18 Apr 2023 15:36:50 +0800 Subject: [PATCH] fix: fix dependabot.yml --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3aed1d802..6c246b1d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,12 +8,10 @@ updates: - package-ecosystem: npm # See documentation for possible values directory: "/" # Location of package manifests open-pull-requests-limit: 10 - versioning-strategy: lockfile-only schedule: interval: "weekly" - package-ecosystem: "github-actions" directory: "/" open-pull-requests-limit: 10 - versioning-strategy: lockfile-only schedule: interval: monthly