mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: Switch to renovate
This commit is contained in:
parent
6bf2e7c7d7
commit
6c46ab7708
3 changed files with 16 additions and 9 deletions
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
|
@ -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
15
.github/renovate.json5
vendored
Normal 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",
|
||||||
|
},
|
||||||
|
],
|
||||||
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
style="conventional"
|
style="conventional"
|
||||||
ignore_author_re="dependabot"
|
ignore_author_re="(dependabot|renovate)"
|
||||||
merge_commit = false
|
merge_commit = false
|
||||||
|
|
Loading…
Reference in a new issue