From a09a50f282d3058b91540dfda7446eb586956009 Mon Sep 17 00:00:00 2001 From: davipon Date: Tue, 28 Jun 2022 07:47:43 +0800 Subject: [PATCH] chore(dependabot, renovate): change npm weekly schedule from dependabot to renovate --- .github/dependabot.yml | 6 ------ renovate.json | 6 ++---- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c03f5cb..6f6c6cc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,3 @@ updates: schedule: interval: 'monthly' open-pull-requests-limit: 10 - - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'weekly' - open-pull-requests-limit: 10 diff --git a/renovate.json b/renovate.json index 39a2b6e..345e28e 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,4 @@ { - "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base" - ] + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base", "schedule:earlyMondays"] }