Skip to content

Commit

Permalink
chore: update renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelAlev committed Mar 18, 2024
1 parent 9eb2c39 commit b5d3603
Showing 1 changed file with 39 additions and 4 deletions.
43 changes: 39 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"dependencyDashboard": false,
"vulnerabilityAlerts": {
"labels": ["security"]
},
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "github-actions-dependencies",
"automerge": true,
"schedule": ["on the first day of the month"]
},
{
"matchPackagePatterns": ["node"],
"groupName": "node",
"automerge": true,
"schedule": ["on the first day of the month"]
},
{
"matchPackagePatterns": ["pnpm"],
"matchUpdateTypes": ["minor"],
"groupName": "pnpm",
"automerge": true,
"schedule": ["on the first day of the month"]
},
{
"matchPackagePatterns": ["lucide-react"],
"groupName": "lucide-react",
"automerge": true,
"schedule": ["on Monday"]
},
{
"matchUpdateTypes": ["minor", "patch"],
"groupName": "minor and patches",
"automerge": true,
"schedule": ["on Monday"]
}
]
}

0 comments on commit b5d3603

Please sign in to comment.