Extend Dependabot configuration to keep GitHub Actions up to date (#20)

This commit is contained in:
Dirk Stolle 2022-10-06 02:12:22 +02:00 committed by GitHub
parent b59a4d5aa9
commit 5cac553c05
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,3 +5,8 @@ updates:
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 10