feat: remove original renovate bot config and switch to dependabot for uniformed ecosystem

This commit is contained in:
andatoshiki 2023-03-02 10:26:54 +08:00
parent 4a9c110b56
commit 30144190b6
2 changed files with 6 additions and 4 deletions

6
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: 'yarn'
directory: '/'
schedule:
interval: 'daily'

View File

@ -1,4 +0,0 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"]
}