chore: Switch to renovate

This commit is contained in:
Ed Page 2022-12-01 11:20:06 -06:00
parent 6bf2e7c7d7
commit 6c46ab7708
3 changed files with 16 additions and 9 deletions

View file

@ -1,8 +0,0 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: monthly
time: "07:00"
open-pull-requests-limit: 10

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

@ -0,0 +1,15 @@
{
"semanticCommits": "enabled",
"configMigration": true,
"packageRules": [
// Goals:
// - Rollup safe upgrades to reduce CI runner load
// - Have lockfile and manifest in-sync
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["patch"],
"automerge": true,
"groupName": "safe",
},
],
}

View file

@ -1,3 +1,3 @@
style="conventional"
ignore_author_re="dependabot"
ignore_author_re="(dependabot|renovate)"
merge_commit = false