Include shared GitHub Actions in dependabot

Closes #48210

Signed-off-by: Alexander Schwartz <alexander.schwartz@ibm.com>
This commit is contained in:
Alexander Schwartz 2026-04-20 09:07:55 +02:00 committed by GitHub
parent 95cfffc4c4
commit 2d07f5e577
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,9 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
directories:
- "/"
- "/.github/actions/*"
schedule:
interval: weekly
day: "sunday"