Skip to content

Commit fe3da2c

Browse files
committed
chore: Switch to GitHub-native Dependabot
1 parent 67b6c7c commit fe3da2c

File tree

3 files changed

+15
-12
lines changed

3 files changed

+15
-12
lines changed

.dependabot/config.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/"
5+
schedule:
6+
interval: monthly
7+
open-pull-requests-limit: 10

.mergify.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,26 @@ pull_request_rules:
1212
- -merged
1313
- -closed
1414
- author!=dependabot[bot]
15-
- author!=dependabot-preview[bot]
1615
actions:
1716
merge:
1817
method: squash
1918
strict: smart
2019
strict_method: merge
2120

22-
- name: Automatically approve Dependabot PRs
21+
- name: Automatically approve and merge Dependabot PRs
2322
conditions:
2423
- base=master
25-
- author~=^dependabot(|-preview)\[bot\]$
24+
- author=dependabot[bot]
25+
- status-success=Run Unit Tests
26+
- status-success=Semantic Pull Request
2627
- -title~=(WIP|wip)
2728
- -label~=(blocked|do-not-merge)
2829
- -merged
2930
- -closed
3031
actions:
3132
review:
3233
type: APPROVE
34+
merge:
35+
method: squash
36+
strict: smart+fasttrack
37+
strict_method: merge

0 commit comments

Comments
 (0)