Skip to content

Commit 961c8a8

Browse files
committed
- Added automerge
1 parent 5028ee1 commit 961c8a8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ updates:
33
- package-ecosystem: npm
44
directory: "/"
55
schedule:
6-
interval: monthly
7-
time: "04:00"
8-
open-pull-requests-limit: 10
6+
interval: "daily"
97
ignore:
108
- dependency-name: "@types/node-fetch"
119
- dependency-name: "node-fetch"

.github/workflows/dependabot-auto-merge.yml renamed to .github/workflows/auto-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: dependabot-auto-merge
1+
name: auto-merge
22

33
on:
44
pull_request:

0 commit comments

Comments
 (0)