mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
27 lines
434 B
YAML
27 lines
434 B
YAML
![]() |
version: 2
|
||
|
|
||
|
updates:
|
||
|
- package-ecosystem: npm
|
||
|
directory: /
|
||
|
schedule:
|
||
|
interval: daily
|
||
|
groups:
|
||
|
non-major:
|
||
|
update-types:
|
||
|
- minor
|
||
|
- patch
|
||
|
|
||
|
- package-ecosystem: github-actions
|
||
|
directory: /
|
||
|
schedule:
|
||
|
interval: weekly
|
||
|
groups:
|
||
|
github-actions:
|
||
|
patterns:
|
||
|
- "*"
|
||
|
|
||
|
- package-ecosystem: docker
|
||
|
directory: /
|
||
|
schedule:
|
||
|
interval: weekly
|