Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nicholasbishop committed Dec 3, 2024
1 parent 0419d3e commit 9a7d91e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@
"extends": [
"config:recommended"
],
"rangeStrategy": "update-lockfile",
"automerge": true,
"lockFileMaintenance": {
"enabled": true
},
"rangeStrategy": "update-lockfile"
"packageRules": [
{
"matchPackageNames": ["crate-ci/typos"],
"extends": ["schedule:monthly"]
}
]
}

0 comments on commit 9a7d91e

Please sign in to comment.