Skip to content

Commit

Permalink
chore: exclude gmaps plugins from updates
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrikBird committed Mar 14, 2023
1 parent e711ea5 commit de144b3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
{
"extends": ["github>patrikbird/renovate-config"]
"extends": ["github>patrikbird/renovate-config"],
"packageRules": [
{
"excludeDepNames": [
"@fawmi/vue-google-maps"
]
}
]
}

1 comment on commit de144b3

@vercel
Copy link

@vercel vercel bot commented on de144b3 Mar 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.