Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Aug 22, 2024
1 parent 9209f96 commit aad2706
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":assignee(Taucher2003,Knerio)",
":label(dependencies)"
],
"packageRules": [
{
"matchDepNames": ["ruby"],
"dependencyDashboardApproval": true
}
]
}

0 comments on commit aad2706

Please sign in to comment.