Skip to content

Commit

Permalink
Add merge-dependabot-pr.yml workflow
Browse files Browse the repository at this point in the history
* Fix `mail-supplier` to use `angus-mail.version` project property
  • Loading branch information
artembilan committed Dec 22, 2023
1 parent 5a6e572 commit 7b59d41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions .github/workflows/merge-dependabot-pr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Merge Dependabot PR

on:
pull_request:
branches:
- main

run-name: Merge Dependabot PR ${{ github.ref_name }}

jobs:
merge-dependabot-pr:
permissions: write-all

uses: spring-io/spring-github-workflows/.github/workflows/spring-merge-dependabot-pr.yml@v1
2 changes: 1 addition & 1 deletion supplier/mail-supplier/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ext {
dependencies {
api 'org.springframework.integration:spring-integration-mail'
api 'org.springframework.boot:spring-boot-starter-mail'
api 'org.eclipse.angus:jakarta.mail:2.0.2'
api "org.eclipse.angus:jakarta.mail:${property('angus-mail.version')}"

testImplementation "com.icegreen:greenmail:$greenmailVersion"
}

0 comments on commit 7b59d41

Please sign in to comment.