2024-09-11 10:39:16 +02:00
|
|
|
# SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
|
|
|
2024-09-10 10:59:33 +02:00
|
|
|
version: 2
|
|
|
|
updates:
|
|
|
|
- package-ecosystem: npm
|
|
|
|
directory: "/"
|
|
|
|
schedule:
|
2024-09-10 11:11:28 +02:00
|
|
|
interval: daily
|
2024-09-10 10:59:33 +02:00
|
|
|
open-pull-requests-limit: 10
|
2024-10-08 16:05:29 +02:00
|
|
|
|
|
|
|
groups:
|
|
|
|
minor-and-patch:
|
|
|
|
applies-to: version-updates
|
|
|
|
update-types:
|
|
|
|
- "patch"
|
|
|
|
- "minor"
|
|
|
|
|
2024-09-25 10:19:45 +02:00
|
|
|
versioning-strategy: increase
|
2024-10-08 16:05:29 +02:00
|
|
|
|
2024-09-10 10:59:33 +02:00
|
|
|
ignore:
|
|
|
|
- dependency-name: typescript
|
|
|
|
versions:
|
2024-09-10 11:08:18 +02:00
|
|
|
- ">=5.6.0" # linting libs are not ready for 5.6
|
2024-09-16 10:11:10 +02:00
|
|
|
- dependency-name: "@types/node"
|
2024-09-10 11:08:18 +02:00
|
|
|
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 10:59:33 +02:00
|
|
|
- dependency-name: eslint
|
|
|
|
versions:
|
2024-09-10 11:08:18 +02:00
|
|
|
- ">=9.0.0" # not ready for v9, missing dependencies.
|
2024-09-10 10:59:33 +02:00
|
|
|
- dependency-name: got
|
|
|
|
versions:
|
2024-09-10 11:03:51 +02:00
|
|
|
- ">=12.0.0" # breaking changes, must adapt code.
|
2024-09-10 10:59:33 +02:00
|
|
|
- dependency-name: "@typescript-eslint/parser"
|
2024-09-10 11:08:18 +02:00
|
|
|
versions:
|
|
|
|
- ">=8.5.0" # for now 8.5.0 is broken because of the lack of ./tsconfig.json file. Must fix conf.
|