Skip to content

Commit

Permalink
chore: ignore codemirror-json-schema (#2262)
Browse files Browse the repository at this point in the history
  • Loading branch information
wesbillman authored Aug 6, 2024
1 parent 6a67e8f commit dedbed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
enabled: false,
},
{
matchPackageNames: ["eslint", "codemirror"],
matchPackageNames: ["eslint", "codemirror", "codemirror-json-schema"],
enabled: false,
paths: ["frontend/**", "extensions/**"],
},
Expand Down

0 comments on commit dedbed0

Please sign in to comment.