Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
Signed-off-by: mirek163 <[email protected]>
  • Loading branch information
mirek163 authored Jul 17, 2024
1 parent de87e76 commit afa57e9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended", "group:allNonMajor"],

"schedule": ["after 9am on every weekday"],
"labels": ["renovate"],
"printConfig": true,
"dependencyDashboard": true,

"baseBranches": ["v3.x.x","v2.x.x"],
"dryRun": "lookup",
"assignees": ["mirek163"]
}

0 comments on commit afa57e9

Please sign in to comment.