Skip to content

Commit 0d76b17

Browse files
Apply PR review feedback
- Change GITHUB_TOKEN to GH_TOKEN in both workflows to match repo pattern - Add org.springframework.boot:spring-boot-starter-parent to auto-merge group - Total Maven dependencies now: 36 (24 runtime + 11 plugins + 1 parent) Co-authored-by: thomasturrell <1552612+thomasturrell@users.noreply.github.com>
1 parent baee690 commit 0d76b17

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ updates:
4646
- "org.springframework.boot:spring-boot-devtools"
4747
- "org.springframework.boot:spring-boot-jackson2"
4848
- "org.springframework.boot:spring-boot-starter-data-jpa"
49+
- "org.springframework.boot:spring-boot-starter-parent"
4950
- "org.springframework.boot:spring-boot-starter-test"
5051
- "org.springframework.boot:spring-boot-starter-validation"
5152
- "org.springframework.boot:spring-boot-starter-web"

.github/workflows/dependabot-auto-approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
gh pr review --approve "$PR_URL"
2424
env:
2525
PR_URL: ${{ github.event.pull_request.html_url }}
26-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26+
GH_TOKEN: ${{ github.token }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
gh pr merge --auto --squash "$PR_URL"
2323
env:
2424
PR_URL: ${{ github.event.pull_request.html_url }}
25-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)