Skip to content

Commit 0243b65

Browse files
committed
ci: Add automerge workflow
1 parent 0bcb3a9 commit 0243b65

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"

.github/workflows/automerge.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: Auto-merge
2+
on: pull_request_target
3+
jobs:
4+
automerge:
5+
uses: open-contracting/.github/.github/workflows/automerge.yml@main
6+
permissions:
7+
pull-requests: write
8+
contents: write

0 commit comments

Comments
 (0)