Skip to content

Commit

Permalink
Update Renovatebot config
Browse files Browse the repository at this point in the history
  • Loading branch information
Kobzol committed Sep 13, 2024
1 parent 657506e commit 5651595
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,25 @@
],
"schedule": [
"at 7:00am on monday"
],
// These deps require NodeJS 20, which we can't use yet on CI due to old glibc version
"ignoreDeps": [
"Swatinem/rust-cache",
"actions/download-artifact",
"actions/upload-artifact"
],
// Group Rust updates into a single PR
"packageRules": [
{
"matchManagers": [
"cargo"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "Rust non-major dependencies",
"groupSlug": "rust-minor-patch"
}
]
}

0 comments on commit 5651595

Please sign in to comment.