Skip to content

Commit

Permalink
ci(renovate): use shared config
Browse files Browse the repository at this point in the history
  • Loading branch information
DeadNews committed May 24, 2023
1 parent 41b7867 commit 6b46c46
Showing 1 changed file with 2 additions and 20 deletions.
22 changes: 2 additions & 20 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": true,
"automergeStrategy": "squash",
"commitMessageAction": "update",
"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"
"extends": ["config:base", "github>DeadNews/renovate-config"],
"schedule": ["every 1 months on the first day of the month"]
}

0 comments on commit 6b46c46

Please sign in to comment.