File tree Expand file tree Collapse file tree 1 file changed +1
-22
lines changed
Expand file tree Collapse file tree 1 file changed +1
-22
lines changed Original file line number Diff line number Diff line change 11{
22 $schema : "https://docs.renovatebot.com/renovate-schema.json" ,
3- extends : [
4- "config:recommended" ,
5- ":approveMajorUpdates" ,
6- ":semanticCommitScopeDisabled" ,
7- ] ,
8- ignorePresets : [ ":semanticPrefixFixDepsChoreOthers" ] ,
9- labels : [ "dependencies" ] ,
3+ extends : [ "github>eslint/workflows//.github/renovate/base.json5" ] ,
104 ignoreDeps : [ "jiti-v2.0" , "jiti-v2.1" ] ,
11-
12- // Wait well over npm's three day window for any new package as a precaution against malicious publishes
13- // https://docs.npmjs.com/policies/unpublish/#packages-published-less-than-72-hours-ago
14- minimumReleaseAge : "7 days" ,
15-
165 packageRules : [
17- {
18- description : "Use the deps:actions label for github-action manager updates (this means Renovate's github-action manager)." ,
19- addLabels : [ "deps:actions" ] ,
20- matchManagers : [ "github-actions" ] ,
21- } ,
22- {
23- description : "Use the deps:npm label for npm manager packages (this means Renovate's npm manager)." ,
24- addLabels : [ "deps:npm" ] ,
25- matchManagers : [ "npm" ] ,
26- } ,
276 {
287 description : "Group Babel packages into a single PR." ,
298 groupName : "babel" ,
You can’t perform that action at this time.
0 commit comments