Skip to content

Commit 44d3b02

Browse files
authored
chore: update renovate schedule (#422)
1 parent fe0a5e2 commit 44d3b02

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

renovate.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:base", ":semanticCommits"],
4-
"rebaseStalePrs": true,
2+
"extends": ["config:recommended"],
3+
"rebaseWhen": "behind-base-branch",
54
"ignorePaths": ["**/node_modules/**"],
6-
"schedule": ["every 3 months on the first day of the month"],
5+
"schedule": ["on Monday every 12 weeks of the year starting on the 1st week"],
6+
"postUpdateOptions": ["npmDedupe"],
77
"packageRules": [
88
{
9-
"matchFiles": ["package.json"],
9+
"matchFileNames": ["package.json"],
1010
"matchUpdateTypes": ["patch", "minor"],
1111
"groupName": "non-major shared dependencies",
1212
"groupSlug": "shared-minor-patch"

0 commit comments

Comments
 (0)