Skip to content

Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 in the maven-plugins group #2

Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 in the maven-plugins group

Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 in the maven-plugins group #2

# Enable auto-merge for Dependabot PRs for minor and patch
# Based off of https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
name: Create changesets for Dependabot
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'FortnoxAB/changesets-java'
steps:
- name: Dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v2
- name: Debug
shell: bash
run: |
echo "${{ toJSON(steps.metadata.outputs) }}"