Skip to content

Commit 7344f07

Browse files
Merge pull request #94 from FortnoxAB/dependabot/maven/maven-plugins-dfcdfad108
Bump org.sonatype.central:central-publishing-maven-plugin from 0.7.0 to 0.8.0 in the maven-plugins group
2 parents 3e5ef1c + 17e345b commit 7344f07

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Enable auto-merge for Dependabot PRs for minor and patch
2+
# 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
3+
name: Create changesets for Dependabot
4+
on: pull_request
5+
6+
permissions:
7+
contents: write
8+
pull-requests: write
9+
10+
jobs:
11+
dependabot:
12+
runs-on: ubuntu-latest
13+
if: github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'FortnoxAB/changesets-java'
14+
steps:
15+
- name: Dependabot metadata
16+
id: metadata
17+
uses: dependabot/fetch-metadata@v2
18+
with:
19+
skip-verification: true
20+
- name: Debug
21+
shell: bash
22+
run: |
23+
echo "dependency-names: ${{ steps.dependabot-metadata.outputs.dependency-names }}"
24+
echo "new-version: ${{ steps.dependabot-metadata.outputs.new-version }}"
25+
echo "${{ toJSON(steps.metadata.outputs) }}"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@
328328
<plugin>
329329
<groupId>org.sonatype.central</groupId>
330330
<artifactId>central-publishing-maven-plugin</artifactId>
331-
<version>0.7.0</version>
331+
<version>0.8.0</version>
332332
<extensions>true</extensions>
333333
<configuration>
334334
<publishingServerId>central</publishingServerId>

0 commit comments

Comments
 (0)