keycloak-event-metrics/.github/dependabot.yml
2023-03-03 00:08:20 +01:00

17 lines
427 B
YAML

version: 2
updates:
- package-ecosystem: maven
directory: /
schedule:
interval: daily
allow:
- dependency-name: org.keycloak:keycloak-parent
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
day: monday
# github parses time without quotes to int
# yamllint disable-line rule:quoted-strings
time: "09:00"
timezone: Europe/Berlin