Switch from Dependabot to Renovate
This commit is contained in:
parent
a7517106e8
commit
cda79d7fca
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@ -1,12 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: cargo
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 15
|
||||
|
||||
- package-ecosystem: github-actions
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
25
.github/renovate.json5
vendored
Normal file
25
.github/renovate.json5
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
{
|
||||
extends: [
|
||||
"config:best-practices",
|
||||
"schedule:monthly",
|
||||
// Group updates to linters together in one PR
|
||||
"group:linters",
|
||||
],
|
||||
dependencyDashboard: true,
|
||||
"labels": ["dependencies"],
|
||||
lockFileMaintenance: {
|
||||
enabled: true,
|
||||
automerge: true
|
||||
},
|
||||
packageRules: [
|
||||
{
|
||||
matchCategories: ["rust"],
|
||||
minimumReleaseAge: "3 days",
|
||||
automerge: true
|
||||
},
|
||||
],
|
||||
ignorePaths: [
|
||||
// Auto-generated by cargo-dist (https://opensource.axo.dev/cargo-dist/)
|
||||
".github/workflows/release.yml"
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user