I need to do this in order to prevent Dependabot from creating a dependencies label in this repository every time it creates a PR.
The directory and schedule.interval options are required and it doesn't look like it's possible to tell them to inherit the defaults. This is why I have had to explicitly give them values here. In turn I've upgraded from 'daily' to 'weekly' for interval as that feels more appropriately prompt.
Used by
/example/test_harness/
.Reaction to https://github.com/ably/ably-flutter/pull/453
I need to do this in order to prevent Dependabot from creating a
dependencies
label in this repository every time it creates a PR.The
directory
andschedule.interval
options are required and it doesn't look like it's possible to tell them to inherit the defaults. This is why I have had to explicitly give them values here. In turn I've upgraded from 'daily' to 'weekly' for interval as that feels more appropriately prompt.see: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#configuration-options-for-the-dependabotyml-file
Akin / related: https://github.com/ably/ably-js/pull/1080, https://github.com/ably/ably-dotnet/pull/1188