peertube-plugin-livechat/.github/dependabot.yml

30 lines
953 B
YAML
Raw Normal View History

2024-09-10 08:59:33 +00:00
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10
ignore:
- dependency-name: typescript
versions:
2024-09-10 09:08:18 +00:00
- ">=5.6.0" # linting libs are not ready for 5.6
- dependency-name: "@tsconfig/node12"
versions:
- ">=2.0.0" # breaks the config, must see why before updating
- dependency-name: "@types/nodes"
versions:
- ">=17.0.0" # must be set to the Peertube required version.
- dependency-name: "@peertube/peertube-types"
versions:
- ">5.2.0" # must be set to the Peertube required version.
2024-09-10 08:59:33 +00:00
- dependency-name: eslint
versions:
2024-09-10 09:08:18 +00:00
- ">=9.0.0" # not ready for v9, missing dependencies.
2024-09-10 08:59:33 +00:00
- dependency-name: got
versions:
2024-09-10 09:03:51 +00:00
- ">=12.0.0" # breaking changes, must adapt code.
2024-09-10 08:59:33 +00:00
- dependency-name: "@typescript-eslint/parser"
2024-09-10 09:08:18 +00:00
versions:
- ">=8.5.0" # for now 8.5.0 is broken because of the lack of ./tsconfig.json file. Must fix conf.