Fixing again dependabot config file.
This commit is contained in:
parent
e6381c7bba
commit
9731835c31
22
.github/dependabot.yml
vendored
22
.github/dependabot.yml
vendored
@ -7,19 +7,23 @@ updates:
|
||||
open-pull-requests-limit: 10
|
||||
ignore:
|
||||
- dependency-name: typescript
|
||||
versions: # linting libs are not ready for 5.6
|
||||
- ">=5.6.0"
|
||||
- dependency-name: "@tsconfig/node12" # breaks the config, must see why before updating
|
||||
versions:
|
||||
- ">=2.0.0"
|
||||
- dependency-name: "@types/nodes" # must be set to the Peertube required version.
|
||||
- dependency-name: "@peertube/peertube-types" # must be set to the Peertube required version.
|
||||
- ">=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.
|
||||
- dependency-name: eslint
|
||||
versions:
|
||||
- ">=9.0.0"
|
||||
- ">=9.0.0" # not ready for v9, missing dependencies.
|
||||
- dependency-name: got
|
||||
versions:
|
||||
- ">=12.0.0" # breaking changes, must adapt code.
|
||||
- dependency-name: "@typescript-eslint/parser"
|
||||
versions: # for now 8.5.0 is broken because of the lack of ./tsconfig.json file. Must fix conf.
|
||||
- ">=8.5.0"
|
||||
versions:
|
||||
- ">=8.5.0" # for now 8.5.0 is broken because of the lack of ./tsconfig.json file. Must fix conf.
|
||||
|
Loading…
Reference in New Issue
Block a user