1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-18 13:46:15 +02:00
gitea/updates.config.js
silverwind 9b1a8888fa
Configure pinned JS dependencies via updates.config.js (#29696)
Split out from https://github.com/go-gitea/gitea/pull/29684. This
configures the [`updates`](https://github.com/silverwind/updates) module
to exclude these modules for reasons stated in the comments.
2024-03-13 08:43:58 +00:00

7 lines
201 B
JavaScript

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
],
};