Skip to content

Commit 5315928

Browse files
committed
fix(ci): enable automerge for dependabot prs
1 parent 7a945c4 commit 5315928

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/automerge.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
contains(github.event.pull_request.labels.*.name, 'pr/auto-approve') &&
1212
(github.event.pull_request.user.login == 'reidweb-automation'
1313
|| github.event.pull_request.user.login == 'dependabot[bot]'
14+
|| github.event.pull_request.user.login == 'dependabot'
1415
|| github.event.pull_request.user.login == 'dependabot-preview[bot]')
1516
runs-on: ubuntu-latest
1617
permissions:

docs/api/classes/client_LodestoneClient.default.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Client for interfacing with the Final Fantasy XIV Lodestone
2929

3030
#### Defined in
3131

32-
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/21e3be7/src/client/LodestoneClient.ts#L53)
32+
[LodestoneClient.ts:53](https://github.com/XIVStats/lodestone/blob/7a945c4/src/client/LodestoneClient.ts#L53)
3333

3434
## Properties
3535

@@ -43,4 +43,4 @@ An instance will be generated by default, but as a consumer you can provide your
4343

4444
#### Defined in
4545

46-
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/21e3be7/src/client/LodestoneClient.ts#L49)
46+
[LodestoneClient.ts:49](https://github.com/XIVStats/lodestone/blob/7a945c4/src/client/LodestoneClient.ts#L49)

0 commit comments

Comments
 (0)