Browse Source

Group lockfile updates into single PR

tags/v0.3.5-fix4
Philipp Oppermann 1 year ago
parent
commit
e0a7ace455
Failed to extract signature
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      .github/renovate.json

+ 8
- 0
.github/renovate.json View File

@@ -5,6 +5,14 @@
":semanticCommitTypeAll(chore)"
],
"rangeStrategy": "update-lockfile",
"packageRules": [
{
"matchUpdateTypes": [
"lockFileMaintenance"
],
"groupName": "Update Cargo.lock"
}
],
"schedule": [
"on monday"
]


Loading…
Cancel
Save