mirror of
https://github.com/keycloak/keycloak.git
synced 2026-05-28 04:13:22 -04:00
Include shared GitHub Actions in dependabot
Closes #48210 Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
parent
95cfffc4c4
commit
2d07f5e577
1 changed files with 3 additions and 1 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -1,7 +1,9 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
directories:
|
||||
- "/"
|
||||
- "/.github/actions/*"
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: "sunday"
|
||||
|
|
|
|||
Loading…
Reference in a new issue