浏览代码

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.
tags/v1.22.0-rc0
silverwind 1 个月前
父节点
当前提交
9b1a8888fa
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6
    0
      updates.config.js

+ 6
- 0
updates.config.js 查看文件

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

正在加载...
取消
保存