Skip to content

Commit

Permalink
Merge pull request #7 from code0-tech/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
Taucher2003 authored May 21, 2024
2 parents cb02fd2 + f856a5c commit 2f77895
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":label(dependencies)",
":assignee(nicosammito)"
],
"rangeStrategy": "bump",
"packageRules": [
{
"matchManagers": [
"asdf",
"github-actions",
"gitlabci",
"gitlabci-include"
],
"extends": [
":assignee(Taucher2003)"
]
}
]
}

0 comments on commit 2f77895

Please sign in to comment.