Skip to content

Commit

Permalink
Enable pre-commit checking in renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
OrBin committed Dec 9, 2023
1 parent adfab88 commit 29b7007
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
],
"dependencyDashboard": false,
"stabilityDays": 2,
"addLabels": ["dependencies"],
"addLabels": [
"dependencies",
],
"prConcurrentLimit": 3,
"schedule": ["before 9am on friday"],
"timezone": "Asia/Jerusalem"
"schedule": [
"before 9am on friday",
],
"timezone": "Asia/Jerusalem",
"pre-commit": {
"enabled": true,
},
}

0 comments on commit 29b7007

Please sign in to comment.