mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-11 00:05:36 +02:00
## Description **What(what issue does this code solve/what feature does it add):** Update the moq-server submodule to support audio **How(how does it solve it):** ## Required Checklist: - [ ] I have added any necessary documentation and comments in my code (where appropriate) - [ ] I have added tests to make sure my code runs in all contexts ## Further comments
18 lines
406 B
YAML
18 lines
406 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: 'gitsubmodule'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'daily'
|
|
open-pull-requests-limit: 10
|
|
labels:
|
|
- 'type/build'
|
|
- package-ecosystem: 'github-actions'
|
|
directory: '/'
|
|
schedule:
|
|
interval: 'weekly'
|
|
labels:
|
|
- 'type/build'
|
|
ignore:
|
|
- dependency-name: "*"
|
|
update-types: ["version-update:semver-patch"] |