Skip to content
This repository has been archived by the owner on Oct 30, 2024. It is now read-only.

Bump com.github.navikt:rapids-and-rivers from 2022.02.08-20.42.8e24a34a2ecd to 2023120410321701682379.55cc1a24d803 #5

Bump com.github.navikt:rapids-and-rivers from 2022.02.08-20.42.8e24a34a2ecd to 2023120410321701682379.55cc1a24d803

Bump com.github.navikt:rapids-and-rivers from 2022.02.08-20.42.8e24a34a2ecd to 2023120410321701682379.55cc1a24d803 #5

name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.6.0
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Enable auto-merge for Dependabot PRs
if: steps.metadata.outputs.update-type != 'version-update:semver-major' || steps.metadata.outputs.package-ecosystem == 'github_actions'
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}