Skip to content

Commit 213b97f

Browse files
Merge pull request #1456 from rust-osdev/renovate/migrate-config
chore(config): migrate renovate config
2 parents 2bc0ed7 + 17e9546 commit 213b97f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
"schedule:weekly"
66
],
77
"lockFileMaintenance": {
@@ -11,7 +11,9 @@
1111
"rangeStrategy": "update-lockfile",
1212
"packageRules": [
1313
{
14-
"matchPackageNames": ["crate-ci/typos"],
14+
"matchPackageNames": [
15+
"crate-ci/typos"
16+
],
1517
"automerge": true
1618
}
1719
]

0 commit comments

Comments
 (0)