File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ {
2+ "$schema" : "https://docs.renovatebot.com/renovate-schema.json" ,
3+ "extends" : [
4+ "config:recommended" ,
5+ ":semanticCommitsDisabled" ,
6+ "schedule:daily"
7+ ] ,
8+ "automerge" : true ,
9+ "ignoreDeps" : [
10+ // maven core artifacts are provided by the running maven, do not update to prevent consuming something unavailable
11+ "org.apache.maven:maven-artifact" ,
12+ "org.apache.maven:maven-core" ,
13+ "org.apache.maven:maven-model" ,
14+ "org.apache.maven:maven-plugin-api" ,
15+ "org.apache.maven:maven-repository-metadata" ,
16+ "org.apache.maven:maven-settings"
17+ ] ,
18+ "labels" : [
19+ "dependencies"
20+ ] ,
21+ "customManagers" : [
22+ {
23+ "customType" : "regex" ,
24+ "managerFilePatterns" : [
25+ "/IncrementalifyMojo.java/" ,
26+ "/ReincrementalifyMojo.java/"
27+ ] ,
28+ "matchStrings" : [
29+ "plugin\\(\"org.codehaus.mojo\", \"versions-maven-plugin\", \"(?<currentValue>.*)\"\\)"
30+ ] ,
31+ "depNameTemplate" : "org.codehaus.mojo:versions-maven-plugin" ,
32+ "datasourceTemplate" : "maven"
33+ }
34+ ] ,
35+ "rebaseWhen" : "conflicted"
36+ }
You can’t perform that action at this time.
0 commit comments