We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a790960 commit 784cf52Copy full SHA for 784cf52
.github/renovate.json
@@ -5,5 +5,20 @@
5
"github>wcm-io/renovate-config:automerge-parent",
6
"github>wcm-io/renovate-config:automerge-testing",
7
"github>wcm-io-devops/renovate-config:automerge-parent"
8
+ ],
9
+ "packageRules": [
10
+ {
11
+ "matchFileNames": ["tooling/conga-aem-maven-plugin/src/it/**"],
12
+ "matchPackageNames": [
13
+ "io.wcm.maven:io.wcm.maven.aem-dependencies",
14
+ "io.wcm.maven:io.wcm.maven.aem-cloud-dependencies"
15
16
+ "enabled": false
17
+ },
18
19
20
+ "matchUpdateTypes": ["minor", "patch"],
21
+ "automerge": true
22
+ }
23
]
24
}
0 commit comments