Skip to content

Commit

Permalink
chore: correct automerged config
Browse files Browse the repository at this point in the history
  • Loading branch information
abatilo committed Aug 2, 2019
1 parent 4f1e9d2 commit af78d27
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -1,31 +1,42 @@
version: 1
update_configs:
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
- package_manager: "python"
directory: "/"
update_schedule: "live"
commit_message:
prefix: "chore"
include_scope: true
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
commit_message:
prefix: "chore"
include_scope: true
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
- package_manager: "docker"
directory: "/actions/make"
update_schedule: "daily"
commit_message:
prefix: "chore"
include_scope: true
automerged_updates:
- match:
dependency_type: "all"
update_type: "all"
- package_manager: "docker"
directory: "/actions/version_syncer"
update_schedule: "daily"
commit_message:
prefix: "chore"
include_scope: true

automerged_updates:
- match:
dependency_type: "all"
update_type: "all"

0 comments on commit af78d27

Please sign in to comment.