mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
* [AAE-45695] Group @typescript-eslint/* packages in dependabot @typescript-eslint/parser and @typescript-eslint/eslint-plugin must be bumped together (matching versions) due to a peer-dependency between them. Grouping all @typescript-eslint/* packages ensures Dependabot updates them in lock-step instead of opening separate PRs that fail npm ci with a peer-dep conflict. Co-authored-by: Cursor <cursoragent@cursor.com> * [ci:force] AAE-45695 Bump @typescript-eslint/parser and eslint-plugin to 8.59.3 Bump both packages together (peer-dep requires matching versions) to unblock the Dependabot bump that was previously failing. --------- Co-authored-by: Cursor <cursoragent@cursor.com>
68 lines
1.8 KiB
YAML
68 lines
1.8 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
day: "sunday"
|
|
time: "07:00"
|
|
open-pull-requests-limit: 5
|
|
target-branch: develop
|
|
groups:
|
|
angular:
|
|
patterns:
|
|
- "@angular/*"
|
|
angular-devkit:
|
|
patterns:
|
|
- "@angular-devkit/*"
|
|
ngrx:
|
|
patterns:
|
|
- "@ngrx/*"
|
|
nrwl:
|
|
patterns:
|
|
- "@nrwl/*"
|
|
typescript-eslint:
|
|
patterns:
|
|
- "@typescript-eslint/*"
|
|
ignore:
|
|
- dependency-name: "pdfjs-dist"
|
|
- dependency-name: "@types/*"
|
|
- dependency-name: "typescript"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/before-install"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/download-node-modules-and-artifacts"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/enable-dryrun"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/get-latest-tag-sha"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/npm-check-bundle"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/set-npm-tag"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/setup"
|
|
schedule:
|
|
interval: "weekly"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/.github/actions/upload-node-modules-and-artifacts"
|
|
schedule:
|
|
interval: "weekly"
|