Skip to content

Commit

Permalink
Configure pinned JS dependencies via updates.config.js (#29696)
Browse files Browse the repository at this point in the history
Split out from go-gitea/gitea#29684. This
configures the [`updates`](https://github.com/silverwind/updates) module
to exclude these modules for reasons stated in the comments.

(cherry picked from commit 9b1a8888fa754676073bc851b783b2b8f1adecfb)
  • Loading branch information
silverwind authored and earl-warren committed Mar 20, 2024
1 parent d910344 commit e2abfdc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions updates.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
exclude: [
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
'eslint-plugin-array-func', // need to migrate to eslint flat config first
],
};

0 comments on commit e2abfdc

Please sign in to comment.