We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe0a5e2 commit 44d3b02Copy full SHA for 44d3b02
renovate.json
@@ -1,12 +1,12 @@
1
{
2
- "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": ["config:base", ":semanticCommits"],
4
- "rebaseStalePrs": true,
+ "extends": ["config:recommended"],
+ "rebaseWhen": "behind-base-branch",
5
"ignorePaths": ["**/node_modules/**"],
6
- "schedule": ["every 3 months on the first day of the month"],
+ "schedule": ["on Monday every 12 weeks of the year starting on the 1st week"],
+ "postUpdateOptions": ["npmDedupe"],
7
"packageRules": [
8
9
- "matchFiles": ["package.json"],
+ "matchFileNames": ["package.json"],
10
"matchUpdateTypes": ["patch", "minor"],
11
"groupName": "non-major shared dependencies",
12
"groupSlug": "shared-minor-patch"
0 commit comments