Skip to content

Commit

Permalink
[dependabot][mergify] automate merge and add reviewers (elastic#1314)
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v authored Jul 12, 2021
1 parent 27a3b78 commit 054f1a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ updates:
schedule:
interval: "daily"
labels:
- dependencies
- go
- automation
reviewers:
- "elastic/integrations-developer-experience"
11 changes: 11 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pull_request_rules:
- name: automatic merge of bot 🤖
conditions:
- check-success=integrations/pr-merge
- check-success=CLA
- base=master
- author~=^dependabot(|-preview)\[bot\]$
actions:
merge:
method: squash
strict: smart+fasttrack

0 comments on commit 054f1a3

Please sign in to comment.