Created
January 19, 2021 15:37
-
-
Save nestoralonso/2e278096022641da8d0c9363e08b9189 to your computer and use it in GitHub Desktop.
Config file to make dependabot less spammy? not yet tested .dependabot/config.yml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: 1 | |
update_configs: | |
- package_manager: "javascript" | |
directory: "/" | |
update_schedule: "weekly" | |
default_labels: | |
- "dependencies" | |
automerged_updates: | |
- match: | |
update_type: "in_range" | |
version_requirement_updates: "auto" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment