Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Renovatebot config #759

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
]
}
Loading