Skip to content

build(deps): bump fastify/github-action-merge-dependabot from 3.10.1 to 3.10.2 #273

build(deps): bump fastify/github-action-merge-dependabot from 3.10.1 to 3.10.2

build(deps): bump fastify/github-action-merge-dependabot from 3.10.1 to 3.10.2 #273

Workflow file for this run

name: Test Docker image
on:
push:
branches:
- master
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Build the Docker image
run: |
docker run -i $(docker build -q .) /bin/sh -c "java -version && mvn --version"
auto-merge:
runs-on: ubuntu-latest
needs: build
permissions:
pull-requests: write
contents: write
steps:
- name: Automatically merge dependabot upgrades
uses: fastify/[email protected]
with:
target: minor