diff --git a/pom.xml b/pom.xml index 9c90069..1ebf708 100644 --- a/pom.xml +++ b/pom.xml @@ -296,7 +296,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.7.0 + 0.8.0 net.revelc.code.formatter diff --git a/renovate.json b/renovate.json index 47fe869..dc88820 100644 --- a/renovate.json +++ b/renovate.json @@ -1,4 +1,5 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"] + "extends": ["local>infrastructure/renovate-config", ":reviewer(stephan.schnabel)"], + "pinDigests": false }