Skip to content

Commit afadddb

Browse files
committed
ci: fix linting and limit to dev branch
1 parent 7f4441a commit afadddb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/dependabot_automerge.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Dependabot auto-merge
2-
on: pull_request
2+
on:
3+
pull_request:
4+
branches:
5+
- 'dev' # only into dev
36

47
permissions:
58
contents: write
@@ -14,7 +17,7 @@ jobs:
1417
id: metadata
1518
uses: dependabot/fetch-metadata@v2
1619
with:
17-
github-token: "${{ secrets.GITHUB_TOKEN }}"
20+
github-token: '${{ secrets.GITHUB_TOKEN }}'
1821
- name: Enable auto-merge for Dependabot PRs
1922
# patch only
2023
if: steps.metadata.outputs.update-type == 'version-update:semver-patch'

0 commit comments

Comments
 (0)