Skip to content

chore(deps): bump @iobroker/adapter-core from 2.6.8 to 3.0.3 #478

chore(deps): bump @iobroker/adapter-core from 2.6.8 to 3.0.3

chore(deps): bump @iobroker/adapter-core from 2.6.8 to 3.0.3 #478

# 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:
if: github.actor == 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
github-token: ${{ secrets.AUTOMERGER }}