Skip to content

Commit

Permalink
ci(renovate): adjust schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed May 16, 2023
1 parent 48df85c commit 41b7867
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .renovaterc.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,18 @@
"dependencyDashboard": true,
"extends": ["config:base"],
"labels": ["deps"],
"packageRules": [
{
"addLabels": ["pre-commit"],
"description": "Group all pre-commit updates together in one PR",
"groupName": "pre-commit hooks",
"matchManagers": ["pre-commit"]
}
],
"platformAutomerge": true,
"pre-commit": {
"enabled": true
},
"schedule": ["every 1 months on the first day of the month"],
"semanticCommits": "enabled"
}

0 comments on commit 41b7867

Please sign in to comment.