diff --git a/.github/renovate.json b/.github/renovate.json index 7fc15cf..6eea32f 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,20 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "timezone": "Asia/Shanghai", - "schedule": ["before 8am on monday"], - "assignees": ["@Boshen"], - "automerge": true, - "lockFileMaintenance": { - "enabled": true - }, - "packageRules": [ - { - "groupName": "github-actions", - "matchManagers": ["github-actions"] - }, - { - "groupName": "npm packages", - "matchManagers": ["npm"] - } - ] + "extends": ["github>Boshen/renovate"] } diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3b62067..ab73a37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,6 +10,7 @@ on: push: branches: - main + - "renovate/**" paths-ignore: - README.md