Skip to content

Commit 46ab28a

Browse files
chore(deps): add renovate.json
1 parent 8daa08c commit 46ab28a

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

renovate.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base",
5+
":dependencyDashboard",
6+
":prHourlyLimit4",
7+
":semanticCommits",
8+
":prConcurrentLimit10"
9+
],
10+
"packageRules": [
11+
{
12+
"matchDatasources": [
13+
"docker"
14+
],
15+
"matchUpdateTypes": [
16+
"major"
17+
],
18+
"enabled": true
19+
}
20+
],
21+
"labels": [
22+
"dependencies"
23+
],
24+
"separateMinorPatch": true
25+
}

0 commit comments

Comments
 (0)