-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into j-s/civil-claimant-assigned-notifications
- Loading branch information
Showing
1,668 changed files
with
33,090 additions
and
10,114 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,34 +1,128 @@ | ||
version: 2 | ||
|
||
updates: | ||
# Monorepo npm dependencies | ||
- package-ecosystem: npm | ||
directory: / | ||
schedule: | ||
interval: daily | ||
interval: weekly | ||
time: '02:00' | ||
day: saturday | ||
timezone: Etc/UTC | ||
labels: | ||
- automerge | ||
- dependencies | ||
commit-message: | ||
prefix: chore(deps) | ||
prefix-development: chore(deps-dev) | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-patch-dependencies: | ||
patterns: | ||
- '*' | ||
update-types: | ||
- minor | ||
- patch | ||
ignore: | ||
- dependency-name: '*' | ||
update-types: ['version-update:semver-major'] | ||
|
||
# Infra npm dependencies | ||
- package-ecosystem: npm | ||
directory: /infra | ||
schedule: | ||
interval: weekly | ||
time: '03:00' | ||
timezone: Etc/UTC | ||
labels: | ||
- automerge | ||
- dependencies | ||
commit-message: | ||
prefix: chore(deps) | ||
prefix-development: chore(deps-infra) | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-patch-dependencies: | ||
patterns: | ||
- '*' | ||
update-types: | ||
- minor | ||
- patch | ||
ignore: | ||
- dependency-name: '*' | ||
update-types: ['version-update:semver-major'] | ||
|
||
# GitHub Actions | ||
- package-ecosystem: github-actions | ||
directory: / | ||
schedule: | ||
interval: daily | ||
interval: weekly | ||
day: saturday | ||
time: '04:00' | ||
timezone: Etc/UTC | ||
labels: | ||
- automerge | ||
- dependencies | ||
commit-message: | ||
prefix: chore(ci) | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-patch-dependencies: | ||
patterns: | ||
- '*' | ||
update-types: | ||
- minor | ||
- patch | ||
ignore: | ||
- dependency-name: '*' | ||
update-types: ['version-update:semver-major'] | ||
|
||
# GitHub Actions npm dependencies | ||
- package-ecosystem: npm | ||
directory: /.github/actions/ | ||
schedule: | ||
interval: daily | ||
interval: weekly | ||
day: saturday | ||
time: '05:00' | ||
timezone: Etc/UTC | ||
labels: | ||
- automerge | ||
- dependencies | ||
commit-message: | ||
prefix: chore(ci-deps) | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-patch-dependencies: | ||
patterns: | ||
- '*' | ||
update-types: | ||
- minor | ||
- patch | ||
ignore: | ||
- dependency-name: '*' | ||
update-types: ['version-update:semver-major'] | ||
|
||
# CI Scripts dependencies | ||
- package-ecosystem: npm | ||
directory: /scripts/ci/cache | ||
schedule: | ||
interval: daily | ||
interval: weekly | ||
day: saturday | ||
time: '06:00' | ||
timezone: Etc/UTC | ||
labels: | ||
- automerge | ||
- dependencies | ||
commit-message: | ||
prefix: chore(ci-deps) | ||
open-pull-requests-limit: 2 | ||
groups: | ||
minor-patch-dependencies: | ||
patterns: | ||
- '*' | ||
update-types: | ||
- minor | ||
- patch | ||
ignore: | ||
- dependency-name: '*' | ||
update-types: ['version-update:semver-major'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -98,3 +98,8 @@ apps/**/index.html | |
|
||
.nx/ | ||
.zed/ | ||
|
||
# E2E outputs | ||
test-results/ | ||
playwright-report/ | ||
tmp-sessions/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.