Skip to content

Override the default Dependabot configuration for npm#455

Merged
QuintinWillison merged 1 commit intomainfrom
suppress-dependabot-labels
Dec 7, 2022
Merged

Override the default Dependabot configuration for npm#455
QuintinWillison merged 1 commit intomainfrom
suppress-dependabot-labels

Conversation

@QuintinWillison
Copy link
Contributor

Used by /example/test_harness/.

Reaction to #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: ably/ably-js#1080, ably/ably-dotnet#1188

…le/test_harness/).

Reaction to #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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants