Skip to content

Commit

Permalink
Prevent renovate from upgrading all-clients packages (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jerelmiller authored Mar 21, 2024
1 parent ff474cf commit beb5496
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 60 deletions.
67 changes: 8 additions & 59 deletions all-clients/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion all-clients/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"@apollo-client/3.8.0-beta.0": "npm:@apollo/[email protected]",
"@apollo-client/3.8.0-beta.1": "npm:@apollo/client@3.9.8",
"@apollo-client/3.8.0-beta.1": "npm:@apollo/client@3.8.0-beta.1",
"@apollo-client/3.8.0-beta.2": "npm:@apollo/[email protected]",
"@apollo-client/3.8.0-beta.3": "npm:@apollo/[email protected]",
"@apollo-client/3.8.0-beta.4": "npm:@apollo/[email protected]",
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": ["apollo-open-source"],
"dependencyDashboard": true,
"ignorePaths": ["**/all-clients/**"],
"packageRules": [
{
"groupName": "all @types",
Expand Down

0 comments on commit beb5496

Please sign in to comment.