Skip to content

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 #16

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2

chore(deps-dev): bump typescript from 6.0.3 to 7.0.2 #16

# Automatically merge Dependabot PRs when version comparison is within the range
# that is configured in .github/auto-merge.yml
name: Auto-Merge Dependabot PRs
on:
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v7
- name: Check if PR should be auto-merged
uses: iobroker-bot-orga/action-automerge-dependabot@v1
with:
# This must be a personal access token with push access
github-token: ${{ secrets.AUTO_MERGE_TOKEN }}
# Merge rules are read from .github/auto-merge.yml (config-file-path default)
# Squash and merge, so GitHub chooses nice commit messages
merge-method: squash