Skip to content

Commit

Permalink
ci: IFS-4119 added Dependabot Auto Merge workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
huy-tran-msg committed Oct 9, 2024
1 parent cd89e97 commit a9db3a4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/dependabot_auto_merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Dependabot Auto Merge
on:
pull_request:
branches:
- master
- release/**
paths:
- pom.xml

jobs:
DependabotAutoMerge:
uses: IsyFact/isy-github-actions-templates/.github/workflows/[email protected]
secrets:
DEPENDABOT_TOKEN: ${{ secrets.DEPENDABOT_TOKEN }}

0 comments on commit a9db3a4

Please sign in to comment.