Skip to content

Commit 1bb4a19

Browse files
authored
CI & CD: adding renovate-bot (#11)
1 parent 88fd2f2 commit 1bb4a19

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":disableDependencyDashboard"
6+
],
7+
"ignorePaths": [
8+
"**/3rdparty/**",
9+
"**/docker/**",
10+
"**/docs/**",
11+
"**/lib/**",
12+
"**/proto/**",
13+
"**/src/**",
14+
"**/templates/**",
15+
"**/tests/**"
16+
]
17+
}

0 commit comments

Comments
 (0)