Skip to content

Commit 0279356

Browse files
committed
chore: set new SNAPSHOT version
1 parent 5b7a88b commit 0279356

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<description>Spring Boot Admin</description>
2727
<url>https://github.com/codecentric/spring-boot-admin/</url>
2828
<properties>
29-
<revision>3.1.1</revision>
29+
<revision>3.1.2-SNAPSHOT</revision>
3030
<java.version>17</java.version>
3131

3232
<maven.compiler.source>${java.version}</maven.compiler.source>

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"config:base"
44
],
55
"packageRules": [
6+
{
7+
"excludePackageNames": ["de.codecentric"],
8+
"enabled": false
9+
},
610
{
711
"description": "Automatically merge minor and patch-level updates when checks pass, creates a PR otherwise",
812
"matchUpdateTypes": ["minor", "patch", "digest"],

0 commit comments

Comments
 (0)