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 0257999 commit b7a045bCopy full SHA for b7a045b
.github/renovate.json
@@ -3,6 +3,6 @@
3
"automerge": true,
4
"internalChecksFilter": "strict",
5
"labels": ["dependencies"],
6
- "postUpdateOptions": ["pnpmDedupe"],
7
- "stabilityDays": 3
+ "minimumReleaseAge": "3 days",
+ "postUpdateOptions": ["pnpmDedupe"]
8
}
src/steps/writing/creation/dotGitHub/createDotGitHubFiles.ts
@@ -282,8 +282,8 @@ We appreciate your efforts and responsible disclosure and will make every effort
282
automerge: true,
283
internalChecksFilter: "strict",
284
labels: ["dependencies"],
285
+ minimumReleaseAge: "3 days",
286
postUpdateOptions: ["pnpmDedupe"],
- stabilityDays: 3,
287
}),
288
289
};
0 commit comments