Skip to content

Commit

Permalink
chore: update dependabot setting
Browse files Browse the repository at this point in the history
  • Loading branch information
RyuNen344 committed May 31, 2024
1 parent 8017b5e commit 953b29a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ updates:
time: "09:00"
timezone: "Asia/Tokyo"
commit-message:
prefix: "deps(gitsubmodule)"
prefix: "deps(submodules)"

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: enable auto-merge
if: ${{ steps.metadata.outputs.package-ecosystem != 'gitsubmodule' }}
if: ${{ steps.metadata.outputs.package-ecosystem != 'submodules' }} # disable Glyph SDK update
shell: bash
run:
gh pr merge --auto --squash "${{ github.event.pull_request.html_url }}"
Expand Down

0 comments on commit 953b29a

Please sign in to comment.