Skip to content

Commit 5362751

Browse files
authored
Merge pull request #22 from code0-tech/renovate/configure
chore: Configure Renovate
2 parents 1ce81ab + 4570f02 commit 5362751

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

renovate.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"github>code0-tech/monoceros//renovate/global.json5",
5+
":assignee(nicosammito)"
6+
],
7+
"packageRules": [
8+
{
9+
"matchManagers": [
10+
"asdf",
11+
"github-actions",
12+
"gitlabci",
13+
"gitlabci-include"
14+
],
15+
"extends": [
16+
":assignee(Taucher2003)"
17+
]
18+
}
19+
]
20+
}

0 commit comments

Comments
 (0)