Skip to content

Commit

Permalink
Configure Renovate (#13)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Roland-djee <9250798+Roland-djee@users.noreply.github.com>
  • Loading branch information
renovate[bot] and RolandMacDoland authored Mar 25, 2024
1 parent 6178e49 commit b3248d4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"$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 b3248d4

Please sign in to comment.