Skip to content

Commit 0d42a7b

Browse files
Configure Renovate (#2438)
* Add renovate.json * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Luca Comellini <luca.com@gmail.com>
1 parent ff25300 commit 0d42a7b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

renovate.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>nginxinc/k8s-common"
5+
],
6+
"kubernetes": {
7+
"fileMatch": [
8+
"examples/.+\\.yaml$",
9+
"suite/.+\\.yaml$"
10+
]
11+
}
12+
}

0 commit comments

Comments
 (0)