Skip to content

Commit

Permalink
chore: renovate ignore thiserror upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 5, 2024
1 parent 790332c commit 8992ff9
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>Boshen/renovate"],
"ignorePaths": ["**/node_modules/**", "**/fixtures/**"]
"ignorePaths": ["**/node_modules/**", "**/fixtures/**"],
"packageRules": [
{
"groupName": "ignored crates",
"matchManagers": ["cargo"],
"matchPackageNames": ["thiserror"],
"enabled": false
}
]
}

0 comments on commit 8992ff9

Please sign in to comment.