Skip to content

Commit 9a7d91e

Browse files
Update renovate config
Sync with https://github.com/nicholasbishop/ext4-view-rs/blob/main/.github/renovate.json This enables automerge and sets `typos` to only update once a month.
1 parent 0419d3e commit 9a7d91e

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,15 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"rangeStrategy": "update-lockfile",
7+
"automerge": true,
68
"lockFileMaintenance": {
79
"enabled": true
810
},
9-
"rangeStrategy": "update-lockfile"
11+
"packageRules": [
12+
{
13+
"matchPackageNames": ["crate-ci/typos"],
14+
"extends": ["schedule:monthly"]
15+
}
16+
]
1017
}

0 commit comments

Comments
 (0)