Skip to content

Commit

Permalink
Merge pull request #9 from IsyFact/feature/IFS-4119_dependabot_automa…
Browse files Browse the repository at this point in the history
…tic_merge

IFS-4119: Dependabot Auto Merge Configuration
  • Loading branch information
mariusarltmsg authored Oct 9, 2024
2 parents b373234 + a9db3a4 commit 7d8d203
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 7d8d203

Please sign in to comment.