Skip to content

Commit

Permalink
ci: Add automerged_updates
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Apr 5, 2020
1 parent 3498de4 commit 4dadc2d
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,24 @@ update_configs:
- "dependencies"
commit_message:
prefix: "deps"
automerged_updates:
- match:
dependency_type: "development"
# Supported dependency types:
# - "development"
# - "production"
# - "all"
update_type: "all"
# Supported updates to automerge:
# - "security:patch"
# SemVer patch update that fixes a known security vulnerability
# - "semver:patch"
# SemVer patch update, e.g. > 1.x && 1.0.1 to 1.0.3
# - "semver:minor"
# SemVer minor update, e.g. > 1.x && 2.1.4 to 2.3.1
# - "in_range"
# matching the version requirement in your package manifest
# - "all"
- match:
dependency_type: "production"
update_type: "semver:patch"

0 comments on commit 4dadc2d

Please sign in to comment.