Skip to content

Commit

Permalink
Fix renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
AB-xdev committed May 8, 2024
1 parent fbd120d commit a9e4c2d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"rebaseWhen": "behind-base-branch",
"packageRules": [
{
"description": "Ignore project internal dependencies",
"packagePattern": "^software.xdev.tci.demo",
"datasources": [
"maven"
],
"enabled": false
},
{
"description": "Ignore dependencies for JDK8",
"packagePattern": "^org.bsc.maven:maven-processor-plugin",
Expand Down

0 comments on commit a9e4c2d

Please sign in to comment.