Skip to content

Commit 487cc32

Browse files
committed
Add renovatebot config file
1 parent 2f96670 commit 487cc32

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
extends: [
3+
"config:best-practices",
4+
":pinAllExceptPeerDependencies",
5+
":maintainLockFilesWeekly",
6+
":semanticCommitsDisabled",
7+
":label(not-rfc)",
8+
"regexManagers:githubActionsVersions",
9+
"schedule:monthly"
10+
],
11+
}

0 commit comments

Comments
 (0)