Skip to content

Commit eb9b6a4

Browse files
authored
Merge pull request #192 from manifoldco/dangodev/automerge
Let dependabot auto-merge updates
2 parents 9378e01 + 6df069b commit eb9b6a4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.dependabot/config.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: 'javascript'
4+
directory: '/'
5+
update_schedule: 'daily'
6+
automerged_updates:
7+
- match:
8+
dependency_type: 'all'
9+
update_type: 'all'

.github/workflows/auto_approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ on:
77

88
jobs:
99
build:
10+
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
1011
runs-on: ubuntu-latest
1112
steps:
1213
- uses: hmarr/[email protected]
13-
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
1414
with:
1515
github-token: '${{ secrets.GITHUB_TOKEN }}'

0 commit comments

Comments
 (0)