Skip to content

Commit

Permalink
chore: Switch to GitHub-native Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
clareliguori committed Jun 30, 2020
1 parent bd147a1 commit 20dad14
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 12 deletions.
9 changes: 0 additions & 9 deletions .dependabot/config.yml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 10
11 changes: 8 additions & 3 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,26 @@ pull_request_rules:
- -merged
- -closed
- author!=dependabot[bot]
- author!=dependabot-preview[bot]
actions:
merge:
method: squash
strict: smart
strict_method: merge

- name: Automatically approve Dependabot PRs
- name: Automatically approve and merge Dependabot PRs
conditions:
- base=master
- author~=^dependabot(|-preview)\[bot\]$
- author=dependabot[bot]
- status-success=Run Unit Tests
- status-success=Semantic Pull Request
- -title~=(WIP|wip)
- -label~=(blocked|do-not-merge)
- -merged
- -closed
actions:
review:
type: APPROVE
merge:
method: squash
strict: smart+fasttrack
strict_method: merge

0 comments on commit 20dad14

Please sign in to comment.