First draft of implementation

Readme will follow
This commit is contained in:
Stephan Schnabel 2023-03-03 00:08:20 +01:00
parent dc38b3715e
commit 932ca84352
Signed by: stephan.schnabel
GPG key ID: E07AF5BA239FE543
23 changed files with 1322 additions and 1 deletions

17
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,17 @@
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