Skip to content

Instantly share code, notes, and snippets.

@howyi
Last active November 12, 2019 16:54
Show Gist options
  • Save howyi/627eaf57b23bfc6e234f6319b146835b to your computer and use it in GitHub Desktop.
Save howyi/627eaf57b23bfc6e234f6319b146835b to your computer and use it in GitHub Desktop.
# https://Dependabot.com/docs/config-file/
version: 1
update_configs:
- package_manager: "javascript"
directory: "/"
update_schedule: "daily"
automerged_updates:
- match:
# devDependenciesのパッケージの更新はすべて自動でマージ
dependency_type: "development"
update_type: "all"
- match:
# dependenciesのパッケージの更新はパッチバージョンアップのみ自動でマージ
dependency_type: "production"
update_type: "semver:patch"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment