
This PR adds the `Cargo.toml` for the `workspace-hack` crate to the ignore list for Renovate, as it is opening a number of PRs against it that will interfere with it. Release Notes: - N/A
25 lines
695 B
JSON
25 lines
695 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended",
|
|
":semanticCommitsDisabled",
|
|
":separateMultipleMajorReleases",
|
|
"helpers:pinGitHubActionDigests",
|
|
"group:serdeMonorepo"
|
|
],
|
|
"dependencyDashboard": true,
|
|
"timezone": "America/New_York",
|
|
"schedule": ["after 3pm on Wednesday"],
|
|
"major": {
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
"prFooter": "Release Notes:\n\n- N/A",
|
|
"ignorePaths": ["**/node_modules/**", "tooling/workspace-hack/**"],
|
|
"packageRules": [
|
|
{
|
|
"description": "Group wasmtime crates together.",
|
|
"groupName": "wasmtime",
|
|
"matchPackageNames": ["wasmtime{/,}**"]
|
|
}
|
|
]
|
|
}
|