Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 22 additions & 7 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,23 +7,36 @@
":maintainLockFilesWeekly",
"customManagers:biomeVersions"
],
"baseBranches": ["dev"],
"labels": ["Dependencies"],
"assignees": ["@PixelHabits"],
"baseBranchPatterns": [
"dev"
],
"labels": [
"Dependencies"
],
"assignees": [
"@PixelHabits"
],
"semanticCommits": "enabled",
"semanticCommitType": "Chore",
"semanticCommitScope": "Deps",
"timezone": "America/New_York",
"schedule": ["after 4am and before 7am"],
"schedule": [
"after 4am and before 7am"
],
"packageRules": [
{
"description": "Disable updates for internal packages",
"enabled": false,
"matchPackageNames": ["/^@repo//"]
"matchPackageNames": [
"/^@repo//"
]
},
{
"description": "Group and auto-merge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"groupName": "Non-Major Dependencies",
"automerge": true
Expand All @@ -36,7 +49,9 @@
"automerge": true
},
"vulnerabilityAlerts": {
"labels": ["security"],
"labels": [
"security"
],
"automerge": false
},
"pre-commit": {
Expand Down
Loading