Skip to content

Commit 81ee325

Browse files
renovate: Enable automerge and schedule typos update monthly
Despite the name, automerge doesn't actually allow PRs to merge automatically, because our repo settings require review for all PRs. This just avoids needing to manually click merge after approving a renovate PR. Decrease `typos` update to once a month, since it's just a spellchecker.
1 parent c7c7bc4 commit 81ee325

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/renovate.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,16 @@
66
"lockFileMaintenance": {
77
"enabled": true
88
},
9-
"rangeStrategy": "update-lockfile"
9+
"rangeStrategy": "update-lockfile",
10+
"automerge": true,
11+
"packageRules": [
12+
{
13+
"matchPackageNames": [
14+
"crate-ci/typos"
15+
],
16+
"extends": [
17+
"schedule:monthly"
18+
]
19+
}
20+
]
1021
}

0 commit comments

Comments
 (0)