Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 7 additions & 21 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
":semanticCommits",
":gitSignOff"
],
"timezone": "Europe/Vienna",
"assigneesFromCodeOwners": true,
"expandCodeOwnersGroups": true,
"timezone": "Europe/Berlin",
"schedule": [
"before 5am on wednesday"
],
Expand All @@ -20,7 +22,7 @@
"ignoreUnstable": false,
"baseBranchPatterns": [
"main",
"stable6.1",
"stable6.2",
"stable5.5"
],
"enabledManagers": [
Expand All @@ -37,28 +39,16 @@
"packageRules": [
{
"description": "Request JavaScript reviews",
"matchManagers": ["npm"],
"reviewers": [
"SebastianKrupinski",
"GVodyanov"
]
"matchManagers": ["npm"]
},
{
"description": "Request PHP reviews",
"matchManagers": ["composer"],
"reviewers": [
"SebastianKrupinski",
"GVodyanov"
]
"matchManagers": ["composer"]
},
{
"description": "Bump Github actions monthly and request reviews",
"matchManagers": ["github-actions"],
"extends": ["schedule:monthly"],
"reviewers": [
"SebastianKrupinski",
"GVodyanov"
]
"extends": ["schedule:monthly"]
},
{
"matchUpdateTypes": ["minor", "patch"],
Expand All @@ -79,10 +69,6 @@
"labels": [
"dependencies",
"3. to review"
],
"reviewers": [
"SebastianKrupinski",
"GVodyanov"
]
},
{
Expand Down
Loading