Skip to content

Commit

Permalink
Disable Vega updates via renovate bot (#43455)
Browse files Browse the repository at this point in the history
* Disable Vega updates via renovate bot

* Add renovate.json5 update
  • Loading branch information
Tim Roes authored Aug 20, 2019
1 parent 53063d5 commit c2411d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@
packagePatterns: [
'(\\b|_)vega(\\b|_)',
],
enabled: false,
},
{
groupSlug: 'language server',
Expand Down
1 change: 1 addition & 0 deletions src/dev/renovate/package_groups.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ export const RENOVATE_PACKAGE_GROUPS: PackageGroup[] = [
{
name: 'vega',
packageWords: ['vega'],
enabled: false,
},

{
Expand Down

0 comments on commit c2411d6

Please sign in to comment.