Skip to content

Commit 85a3808

Browse files
authored
Update Renovate config and add CODEOWNERS (#71)
1 parent 4442760 commit 85a3808

2 files changed

Lines changed: 21 additions & 25 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
* @mboldi
2+
3+
.github/ @KOliver94
4+
backend/ @KOliver94
5+
docker-compose*.yml @KOliver94

.github/renovate.json

Lines changed: 16 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -68,34 +68,11 @@
6868
"automerge": true
6969
},
7070
{
71-
"description": "Frontend major updates",
71+
"description": "Frontend (disabled during refactor)",
7272
"matchFileNames": [
7373
"frontend/**"
7474
],
75-
"matchUpdateTypes": [
76-
"major"
77-
],
78-
"additionalBranchPrefix": "frontend/",
79-
"addLabels": [
80-
"frontend"
81-
],
82-
"groupName": "frontend major"
83-
},
84-
{
85-
"description": "Frontend minor and patch updates",
86-
"matchFileNames": [
87-
"frontend/**"
88-
],
89-
"matchUpdateTypes": [
90-
"minor",
91-
"patch",
92-
"digest"
93-
],
94-
"additionalBranchPrefix": "frontend/",
95-
"addLabels": [
96-
"frontend"
97-
],
98-
"groupName": "frontend non-major"
75+
"enabled": false
9976
},
10077
{
10178
"description": "GitHub Actions",
@@ -107,6 +84,20 @@
10784
"ci"
10885
]
10986
},
87+
{
88+
"description": "Docker base images (disable minor/patch)",
89+
"matchManagers": [
90+
"dockerfile",
91+
"docker-compose"
92+
],
93+
"matchUpdateTypes": [
94+
"minor",
95+
"patch",
96+
"pin",
97+
"digest"
98+
],
99+
"enabled": false
100+
},
110101
{
111102
"description": "Docker base images",
112103
"matchManagers": [

0 commit comments

Comments
 (0)