From da9e2b720797a192ed488f30fa757c201fe2a75b Mon Sep 17 00:00:00 2001 From: Wanjohi <71614375+wanjohiryan@users.noreply.github.com> Date: Mon, 22 Apr 2024 13:20:36 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20Use=20dependabot=20to?= =?UTF-8?q?=20maintain=20and=20update=20`moq-server`=20(#28)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## 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 --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index efec4075..57ada58e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,12 @@ version: 2 updates: + - package-ecosystem: 'gitsubmodule' + directory: '/' + schedule: + interval: 'daily' + open-pull-requests-limit: 10 + labels: + - 'type/build' - package-ecosystem: 'github-actions' directory: '/' schedule: