Skip to content

build(deps): Bump @keycloak/keycloak-admin-client from 26.0.6 to 26.0.7 #176

build(deps): Bump @keycloak/keycloak-admin-client from 26.0.6 to 26.0.7

build(deps): Bump @keycloak/keycloak-admin-client from 26.0.6 to 26.0.7 #176

Workflow file for this run

name: Auto Merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --merge "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ github.token }}