Skip to content

Commit

Permalink
Update renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 authored May 20, 2024
1 parent c6daccc commit 5a93d02
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":label(dependencies)",
":assignee(nicosammito)"
],
"rangeStrategy": "bump"
"packageRules": [
{
"matchManagers": [
"asdf",
"github-actions",
"gitlabci",
"gitlabci-include"
],
"extends": [
":assignee(Taucher2003)"
]
}
]
}

0 comments on commit 5a93d02

Please sign in to comment.