From 8c5f82485e206c0f20ac214f227dacd1d6a75a92 Mon Sep 17 00:00:00 2001 From: Peter Reid Date: Mon, 20 Sep 2021 22:18:22 +0100 Subject: [PATCH] fix(ci): enable automerge for dependabot prs --- .github/workflows/automerge.yml | 1 + docs/api/classes/client_LodestoneClient.default.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/automerge.yml b/.github/workflows/automerge.yml index 25394c8..adde499 100644 --- a/.github/workflows/automerge.yml +++ b/.github/workflows/automerge.yml @@ -11,6 +11,7 @@ jobs: contains(github.event.pull_request.labels.*.name, 'pr/auto-approve') && (github.event.pull_request.user.login == 'reidweb-automation' || github.event.pull_request.user.login == 'dependabot[bot]' + || github.event.pull_request.user.login == 'dependabot' || github.event.pull_request.user.login == 'dependabot-preview[bot]') runs-on: ubuntu-latest permissions: diff --git a/docs/api/classes/client_LodestoneClient.default.md b/docs/api/classes/client_LodestoneClient.default.md index db74f8d..6c8b8cc 100644 --- a/docs/api/classes/client_LodestoneClient.default.md +++ b/docs/api/classes/client_LodestoneClient.default.md @@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone #### Defined in -[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/21e3be7/src/client/LodestoneClient.ts#L53) +[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/7a945c4/src/client/LodestoneClient.ts#L53) ## Properties @@ -43,4 +43,4 @@ An instance will be generated by default, but as a consumer you can provide your #### Defined in -[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/21e3be7/src/client/LodestoneClient.ts#L49) +[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/7a945c4/src/client/LodestoneClient.ts#L49)