Simplify metrics and add documentation
This commit is contained in:
parent
c99bad79d2
commit
31620d8136
7 changed files with 129 additions and 137 deletions
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
|
@ -3,9 +3,12 @@ updates:
|
|||
- package-ecosystem: maven
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
allow:
|
||||
- dependency-name: org.keycloak:keycloak-parent
|
||||
interval: monthly
|
||||
day: monday
|
||||
# github parses time without quotes to int
|
||||
# yamllint disable-line rule:quoted-strings
|
||||
time: "09:00"
|
||||
timezone: Europe/Berlin
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue