Skip to content

Instantly share code, notes, and snippets.

@nestoralonso
Created January 19, 2021 15:37
Show Gist options
  • Save nestoralonso/2e278096022641da8d0c9363e08b9189 to your computer and use it in GitHub Desktop.
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
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