Skip to content

Commit

Permalink
chore: disable @bufbuild/protobuf in renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman committed Sep 2, 2024
1 parent b839df5 commit 10795b7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions extensions/vscode/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

package-lock.json
node_modules
dist
dist-ssr
Expand Down
1 change: 1 addition & 0 deletions frontend/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

package-lock.json
node_modules
dist
dist-ssr
Expand Down
6 changes: 5 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@
enabled: false,
},
{
matchPackageNames: ["eslint", "codemirror", "codemirror-json-schema"],
matchPackageNames: [
"@bufbuild/protobuf", // We can't update this until we update buf
"codemirror",
"codemirror-json-schema",
],
enabled: false,
matchFileNames: ["frontend/**", "extensions/**"],
},
Expand Down

0 comments on commit 10795b7

Please sign in to comment.