Skip to content

Commit

Permalink
chore: set new SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Jul 7, 2023
1 parent 5b7a88b commit 0279356
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<description>Spring Boot Admin</description>
<url>https://github.com/codecentric/spring-boot-admin/</url>
<properties>
<revision>3.1.1</revision>
<revision>3.1.2-SNAPSHOT</revision>
<java.version>17</java.version>

<maven.compiler.source>${java.version}</maven.compiler.source>
Expand Down
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
"config:base"
],
"packageRules": [
{
"excludePackageNames": ["de.codecentric"],
"enabled": false
},
{
"description": "Automatically merge minor and patch-level updates when checks pass, creates a PR otherwise",
"matchUpdateTypes": ["minor", "patch", "digest"],
Expand Down

0 comments on commit 0279356

Please sign in to comment.