Skip to content

Commit 8105130

Browse files
Migrate config .github/renovate.json5 (#1335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b45e31d commit 8105130

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

.github/renovate.json5

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
11
{
22
extends: [
3-
"config:best-practices",
4-
":pinAllExceptPeerDependencies",
5-
":maintainLockFilesWeekly",
6-
":semanticCommitsDisabled",
7-
"regexManagers:githubActionsVersions",
3+
'config:best-practices',
4+
':pinAllExceptPeerDependencies',
5+
':maintainLockFilesWeekly',
6+
':semanticCommitsDisabled',
7+
'customManagers:githubActionsVersions',
88
],
99
packageRules: [
1010
{
1111
matchPackageNames: [
12-
"warpy",
12+
'warpy',
1313
],
14-
extends: ["schedule:weekly"],
15-
}
16-
]
14+
extends: [
15+
'schedule:weekly',
16+
],
17+
},
18+
],
1719
}

0 commit comments

Comments
 (0)