Skip to content

Commit

Permalink
[Infra] Fix and complete Renovate syntax. (#20)
Browse files Browse the repository at this point in the history
Fix Renovate config.
  • Loading branch information
RolandMacDoland authored Nov 28, 2024
1 parent fc6896f commit 8e501c0
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"$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": [
"RolandMacDoland",
"Doomsk",
"pimvenderbosch"
],
"labels": [
"renovate",
],
"ignoreDeps": [
]
}

0 comments on commit 8e501c0

Please sign in to comment.