Skip to content

Commit b04b203

Browse files
committed
ci(dependabot): change automerge GA
1 parent 05a247c commit b04b203

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

.github/workflows/dependabot-merge.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717

1818
steps:
1919
- name: Merge me!
20-
uses: ridedott/merge-me-action@master
21-
with:
22-
GITHUB_LOGIN: dependabot[bot]
23-
GITHUB_TOKEN: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
24-
MERGE_METHOD: SQUASH
25-
PRESET: DEPENDABOT_MINOR
20+
steps:
21+
- uses: actions/checkout@v2
22+
- uses: ahmadnassri/action-dependabot-auto-merge@v2
23+
with:
24+
dependency_type: all
25+
target: minor
26+
github-token: ${{ secrets.SWAGGER_BOT_GITHUB_TOKEN }}
27+
update_type: "semver:minor"

0 commit comments

Comments
 (0)