Skip to content

Commit e2abfdc

Browse files
silverwindearl-warren
authored andcommitted
Configure pinned JS dependencies via updates.config.js (#29696)
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)
1 parent d910344 commit e2abfdc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

updates.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
exclude: [
3+
'@mcaptcha/vanilla-glue', // breaking changes in rc versions need to be handled
4+
'eslint-plugin-array-func', // need to migrate to eslint flat config first
5+
],
6+
};

0 commit comments

Comments
 (0)