Skip to content

Commit

Permalink
chore(renovate): ignore cargo_toml and minisign (#8118)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog authored Oct 26, 2023
1 parent b6ef1fa commit 2c7d683
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@
"packagePatterns": ["*"],
"enabled": false
},
{
"matchPackagePatterns": ["cargo_toml", "minisign"],
"matchManagers": ["cargo"],
"enabled": false
},
{
"enabled": true,
"paths": ["core/tauri/**"],
Expand Down

0 comments on commit 2c7d683

Please sign in to comment.