ably / ably-flutter

A wrapper around our Cocoa and Java client library SDKs, providing iOS and Android support for those using Flutter and Dart.
https://ably.com/download
Apache License 2.0
60 stars 16 forks source link

Override the default Dependabot configuration for npm #455

Closed QuintinWillison closed 1 year ago

QuintinWillison commented 1 year ago

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 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.

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