mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
ci: keep GitHub Actions up to date (#10309)
This commit is contained in:
parent
5b3ff64cf5
commit
036c4b443f
9
.github/dependabot.yml
vendored
9
.github/dependabot.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user