mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:37:31 +00:00

# Which Problems Are Solved We move the login code to the zitadel repo. # How the Problems Are Solved The login repo is added to ./login as a git subtree pulled from the dockerize-ci branch. Apart from the login code, this PR contains the changes from #10116 # Additional Context - Closes https://github.com/zitadel/typescript/issues/474 - Also merges #10116 - Merging is blocked by failing check because of: - https://github.com/zitadel/zitadel/pull/10134#issuecomment-3012086106 --------- Co-authored-by: Max Peintner <peintnerm@gmail.com> Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Florian Forster <florian@zitadel.com>
89 lines
1.6 KiB
YAML
89 lines
1.6 KiB
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
groups:
|
|
console:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
directories:
|
|
- "/console"
|
|
- "/e2e"
|
|
schedule:
|
|
interval: weekly
|
|
time: "02:00"
|
|
labels:
|
|
- "npm"
|
|
- "dependencies"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|
|
- package-ecosystem: npm
|
|
directory: '/login'
|
|
open-pull-requests-limit: 3
|
|
schedule:
|
|
interval: daily
|
|
groups:
|
|
prod:
|
|
dependency-type: production
|
|
dev:
|
|
dependency-type: development
|
|
ignore:
|
|
- dependency-name: "eslint"
|
|
versions: [ "9.x" ]
|
|
- package-ecosystem: gomod
|
|
groups:
|
|
go:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: "02:00"
|
|
labels:
|
|
- "gomod"
|
|
- "dependencies"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|
|
- package-ecosystem: "docker"
|
|
groups:
|
|
docker:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- "minor"
|
|
- "patch"
|
|
directory: "/build"
|
|
schedule:
|
|
interval: "weekly"
|
|
time: "02:00"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|
|
- package-ecosystem: "github-actions"
|
|
groups:
|
|
actions:
|
|
applies-to: version-updates
|
|
patterns:
|
|
- "*"
|
|
directory: "/"
|
|
schedule:
|
|
interval: weekly
|
|
time: "02:00"
|
|
open-pull-requests-limit: 10
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|