Skip to content

Commit

Permalink
Update dependabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gilmer committed Jun 29, 2020
1 parent 30bf1f3 commit 9be249f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Settings found in https://dependabot.com/docs/config-file/
version: 1
update_configs:
# Keep go modules up to date, batching pull requests weekly
- package_manager: "go:modules"
directory: "/"
update_schedule: "weekly"
# Apply dependencies label to PRs
automerged_updates:
- match:
dependency_type: "all"
update_type: "semver:minor"
default_labels:
- "dependencies"
- dependencies
- automerge

0 comments on commit 9be249f

Please sign in to comment.