Skip to content

Commit 6c91830

Browse files
committed
chore: add renovate configuration for dependency management
1 parent a37a710 commit 6c91830

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/renovate.json5

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"reviewers": ["o-liver", "srinikitha09", "kaylinche"],
7+
"dockerfile": {
8+
"fileMatch": ["Dockerfile"],
9+
"arg": {
10+
"NEO_SDK_VERSION": {
11+
"datasource": "maven",
12+
"depName": "com.sap.cloud:neo-javaee7-wp-maven-plugin"
13+
}
14+
}
15+
}
16+
}

0 commit comments

Comments
 (0)