Skip to content

Commit

Permalink
Update renovate configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
e-adrien committed Feb 1, 2024
1 parent c53c00c commit f00f3ed
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,26 @@
{
"extends": ["config:base"],
"extends": ["config:recommended", ":semanticCommits"],
"timezone": "Europe/Paris",
"schedule": [
"after 10:00 am and before 5:00 pm on the first day of the month"
"after 8:00 am and before 10:00 am on the first day of the month"
],
"rangeStrategy": "bump",
"packageRules": [
{
"matchDatasources": ["npm"],
"stabilityDays": 3
"minimumReleaseAge": "3 days"
},
{
"matchDatasources": ["npm"],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
"groupSlug": "all-minor-patch",
"automerge": true,
"automergeType": "pr",
"automergeStrategy": "squash"
}
]
],
"ignoreDeps": [],
"ignorePaths": []
}

0 comments on commit f00f3ed

Please sign in to comment.