Skip to content
This repository was archived by the owner on Oct 22, 2025. It is now read-only.

Commit 26df3aa

Browse files
authored
chore(renovate): use shareable config
1 parent 9e57853 commit 26df3aa

1 file changed

Lines changed: 2 additions & 22 deletions

File tree

package.json

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -33,27 +33,7 @@
3333
},
3434
"renovate": {
3535
"extends": [
36-
":npm",
37-
":preserveSemverRanges",
38-
":combinePatchMinorReleases",
39-
":renovatePrefix",
40-
":semanticCommits",
41-
":semanticCommitTypeAll(chore)",
42-
":rebaseStalePrs",
43-
":unpublishSafe",
44-
":prNotPending",
45-
":automergeDisabled",
46-
":maintainLockFilesMonthly",
47-
":ignoreUnstable",
48-
":updateNotScheduled",
49-
":label(dependencies)",
50-
":timezone(Europe/London)",
51-
":assignee(wopian)",
52-
"group:babelMonorepo",
53-
"group:jestMonorepo",
54-
"group:storybookMonorepo"
55-
],
56-
"prTitle": "update {{depName}} to {{newVersion}}",
57-
"commitMessage": "update {{depName}} to {{newVersion}}"
36+
"@wopian"
37+
]
5838
}
5939
}

0 commit comments

Comments
 (0)