Skip to content

Commit

Permalink
style: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbuireu authored Sep 19, 2024
1 parent 7db5008 commit a1c0cc4
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/renovate.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":["config:recommended"],
"labels":[ "dependencies", "renovate", "bot"],
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"labels": ["dependencies", "renovate", "bot"],
"schedule": ["on the first day of the month"],
"assigneesFromCodeOwners":true,
"reviewersFromCodeOwners":true,
"assigneesFromCodeOwners": true,
"reviewersFromCodeOwners": true,
"packageRules":[
{
"automerge":true
"automerge": true
}
]
}

0 comments on commit a1c0cc4

Please sign in to comment.