Fix dependabot.yml (#9120)

* Fix Dependabot groups
This commit is contained in:
Giovanni Fertuso
2023-11-27 15:54:12 +00:00
committed by GitHub
parent 38a7dc6cb7
commit 7300f74add

174
.github/dependabot.yml vendored
View File

@@ -1,96 +1,92 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: npm - package-ecosystem: npm
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
day: "sunday" day: "sunday"
time: "07:00" time: "07:00"
open-pull-requests-limit: 5 open-pull-requests-limit: 5
target-branch: develop target-branch: develop
groups: groups:
- label: "Angular Updates" angular:
packages: patterns:
- "@angular/*" - "@angular/*"
version: "widen" angular-devkit:
- label: "Angular-devkit Updates" patterns:
packages:
- "@angular-devkit/*" - "@angular-devkit/*"
version: "widen" ngrx:
- label: "ngrx Updates" patterns:
packages:
- "@ngrx/*" - "@ngrx/*"
version: "widen" nrwl:
- label: "nrwl Updates" patterns:
packages:
- "@nrwl/*" - "@nrwl/*"
version: "widen" ignore:
ignore: - dependency-name: "pdfjs-dist"
- dependency-name: "pdfjs-dist" - dependency-name: "@types/*"
- dependency-name: "@types/*" - dependency-name: "typescript"
- dependency-name: "typescript"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/artifact-append" directory: "/.github/actions/artifact-append"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/artifact-extract" directory: "/.github/actions/artifact-extract"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/artifact-initialize" directory: "/.github/actions/artifact-initialize"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/before-install" directory: "/.github/actions/before-install"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/download-node-modules-and-artifacts" directory: "/.github/actions/download-node-modules-and-artifacts"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/e2e" directory: "/.github/actions/e2e"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/enable-dryrun" directory: "/.github/actions/enable-dryrun"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/get-latest-tag-sha" directory: "/.github/actions/get-latest-tag-sha"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/npm-check-bundle" directory: "/.github/actions/npm-check-bundle"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/print-affected-libs" directory: "/.github/actions/print-affected-libs"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/set-npm-tag" directory: "/.github/actions/set-npm-tag"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/setup" directory: "/.github/actions/setup"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/setup-chrome" directory: "/.github/actions/setup-chrome"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/slack-group-area" directory: "/.github/actions/slack-group-area"
schedule: schedule:
interval: "weekly" interval: "weekly"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
directory: "/.github/actions/upload-node-modules-and-artifacts" directory: "/.github/actions/upload-node-modules-and-artifacts"
schedule: schedule:
interval: "weekly" interval: "weekly"