Skip to content

Commit

Permalink
ci: add renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Sajid Imami <[email protected]>
  • Loading branch information
AliSajid committed Oct 16, 2024
1 parent c1fd48f commit 35b96fc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"assignees": [
"AliSajid"
],
"baseBranches": [
"next"
],
"extends": [
"config:best-practices",
"group:definitelyTyped",
"group:githubArtifactActions",
"group:linters"
],
"platformCommit": "enabled",
"pre-commit": {
"enabled": true
},
"schedule": [
"after 10pm every weekday",
"every weekend",
"before 5am every weekday"
],
"semanticCommits": "enabled"
}

0 comments on commit 35b96fc

Please sign in to comment.