chore: use renovatebot instead of dependabot

This commit is contained in:
Boshen 2024-01-23 13:52:30 +08:00
parent 518bc0d7c1
commit d5014c03e7
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801
2 changed files with 15 additions and 30 deletions

View file

@ -1,30 +0,0 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "Boshen"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"
assignees:
- "Boshen"
groups:
dependencies:
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "textwrap"
# Enable when we have more resources
# - package-ecosystem: "gitsubmodule"
# directory: "/"
# schedule:
# interval: "weekly"
# assignees:
# - "Boshen"

15
.github/renovate.json vendored Normal file
View file

@ -0,0 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchManagers": ["github-actions"],
"schedule": ["on monday"],
"assignees": ["@Boshen"]
},
{
"matchManagers": ["cargo"],
"schedule": ["on monday"],
"assignees": ["@Boshen"]
}
]
}