Explorar el Código

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 hace 1 mes
padre
commit
9b1a8888fa
No account linked to committer's email address
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6
    0
      updates.config.js

+ 6
- 0
updates.config.js Ver fichero

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

Cargando…
Cancelar
Guardar