Skip to content
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
36 changes: 7 additions & 29 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,38 +1,16 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: [
"config:recommended",
":maintainLockFilesMonthly",
"github>rust-lang/renovate",
"docker:disable",
"helpers:pinGitHubActionDigestsToSemver"
],
packageRules: [
{
matchCategories: [
"rust"
],
matchJsonata: [
"isBreaking != true"
],
// Disable non-breaking change updates because they
// are updated periodically with lockfile maintainance.
enabled: false,
},
"lockFileMaintenance": {
"extends": ["schedule:monthly"]
},
"packageRules": [
{
matchManagers: [
"github-actions"
],
// Every month
schedule: "* 0 1 * *",
groupName: "Github Actions",
"matchManagers": ["github-actions"],
"extends": ["schedule:monthly"]
}
],
// Receive any update that fixes security vulnerabilities.
// We need this because we disabled "patch" updates for Rust.
// Note: You need to enable "Dependabot alerts" in "Code security" GitHub
// Settings to receive security updates.
// See https://docs.renovatebot.com/configuration-options/#vulnerabilityalerts
vulnerabilityAlerts: {
enabled: true,
},
}