keycloak-scim/.github/dependabot.yml
Jon Koops 326ba672cd
Replace react-error-boundary with own implementation (#26094)
Closes #21515

Signed-off-by: Jon Koops <jonkoops@gmail.com>
2024-01-10 13:37:59 -05:00

36 lines
849 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
open-pull-requests-limit: 999
rebase-strategy: disabled
schedule:
interval: daily
time: "00:00"
timezone: Etc/GMT
labels:
- area/dependencies
- area/ci
- package-ecosystem: npm
directory: /themes/src/main/resources/theme/keycloak/common/resources
schedule:
interval: daily
time: "00:00"
timezone: Etc/GMT
open-pull-requests-limit: 999
rebase-strategy: disabled
labels:
- area/dependencies
- team/ui
- package-ecosystem: npm
directory: js
open-pull-requests-limit: 999
rebase-strategy: disabled
versioning-strategy: increase
schedule:
interval: daily
time: "00:00"
timezone: Etc/GMT
labels:
- area/dependencies
- team/ui