Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
RolandMacDoland authored Mar 25, 2024
1 parent 370a99b commit 234b2fc
Showing 1 changed file with 25 additions and 4 deletions.
29 changes: 25 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"prHeader": "Renovate Update",
"reviewers": [
"Roland-djee"
],
"labels": [
"renovate"
],
"packageRules": [
{
"matchPackageNames": [
"qadence"
],
"groupName": "Qadence",
"groupSlug": "qadence",
"dependencyDashboardApproval": false,
"automerge": true,
"labels": [
"qadence"
]
}
]
}

0 comments on commit 234b2fc

Please sign in to comment.