ci: keep GitHub Actions up to date (#10309)

This commit is contained in:
Nikolay Vitkov 2023-06-02 15:41:37 +02:00 committed by GitHub
parent 5b3ff64cf5
commit 036c4b443f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,10 +4,17 @@ updates:
directory: '/' directory: '/'
schedule: schedule:
interval: daily interval: daily
time: '00:00' time: '08:00'
timezone: 'Europe/Berlin' timezone: 'Europe/Berlin'
open-pull-requests-limit: 2 open-pull-requests-limit: 2
allow: allow:
- dependency-type: 'production' - dependency-type: 'production'
ignore: ignore:
- dependency-name: 'devtools-protocol' - dependency-name: 'devtools-protocol'
- package-ecosystem: 'github-actions' # Necessary to update action hash
directory: '/'
schedule:
interval: weekly
time: '08:00'
timezone: 'Europe/Berlin'
open-pull-requests-limit: 2