Skip to content

Commit 784cf52

Browse files
committed
update renovate config
1 parent a790960 commit 784cf52

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/renovate.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,20 @@
55
"github>wcm-io/renovate-config:automerge-parent",
66
"github>wcm-io/renovate-config:automerge-testing",
77
"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+
"matchFileNames": ["tooling/conga-aem-maven-plugin/src/it/**"],
20+
"matchUpdateTypes": ["minor", "patch"],
21+
"automerge": true
22+
}
823
]
924
}

0 commit comments

Comments
 (0)