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

31 lines
957 B
YAML
Raw Normal View History

2024-09-11 08:39:16 +00:00
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
#
# SPDX-License-Identifier: AGPL-3.0-only
2024-09-10 08:59:33 +00:00
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
2024-09-10 09:11:28 +00:00
interval: daily
2024-09-10 08:59:33 +00:00
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: "@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.