Skip to content

Commit

Permalink
chore: update renovate config (#287)
Browse files Browse the repository at this point in the history
  • Loading branch information
franklevasseur committed May 1, 2024
1 parent 642ba57 commit cd7e5f3
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":rebaseStalePrs",
":disableDependencyDashboard"
],
"extends": ["config:recommended", ":rebaseStalePrs", ":disableDependencyDashboard"],
"enabledManagers": ["dockerfile", "npm", "github-actions"],
"prHourlyLimit": 16,
"separateMajorMinor": false,
"timezone": "America/Toronto",
"schedule": ["before 3am every monday"],
"schedule": ["before 3am on monday"],
"bumpVersion": "patch",
"constraints": {
"pnpm": ">=8.6.0 <9"
Expand Down Expand Up @@ -52,13 +48,18 @@
"allowedVersions": "3.22.4"
},
{
"paths": ["**"],
"packagePatterns": ["*"],
"groupName": "{{baseDir}}"
"matchFileNames": ["**"],
"matchPackagePatterns": ["*"],
"groupName": "{{packageFileDir}}"
},
{
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchFileNames": ["jex/**"],
"matchPackageNames": ["typescript"],
"enabled": false
}
]
}

0 comments on commit cd7e5f3

Please sign in to comment.