Skip to content

Commit

Permalink
chore(ci): Renovate exclude vite-plugin-istanbul (#1260)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Jun 25, 2024
1 parent d90fdae commit 8387fe7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,15 @@
"description": "Presets from https://github.com/bcgov/renovate-config",
"extends": [
"github>bcgov/renovate-config"
],
"packageRules": [
{
"description": "Ignore vite-plugin-istanbul 6.0.0",
"matchCurrentVersion": "6.0.0",
"matchPackageNames": [
"vite-plugin-istanbul"
],
"enabled": false
}
]
}

0 comments on commit 8387fe7

Please sign in to comment.