Skip to content

Commit aad2706

Browse files
committed
Update renovate config
1 parent 9209f96 commit aad2706

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
":assignee(Taucher2003,Knerio)",
6+
":label(dependencies)"
7+
],
8+
"packageRules": [
9+
{
10+
"matchDepNames": ["ruby"],
11+
"dependencyDashboardApproval": true
12+
}
513
]
614
}

0 commit comments

Comments
 (0)