mirror of
https://github.com/Koenkk/zigbee-OTA.git
synced 2026-06-24 13:18:14 +00:00
19 lines
455 B
YAML
19 lines
455 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
versioning-strategy: increase
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
minor-patch:
|
|
applies-to: version-updates
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
commit-message:
|
|
prefix: fix(ignore)
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly |