Skip to content

Commit e259677

Browse files
feat(config): migrate renovate config (#2979)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Marc Pichler <[email protected]>
1 parent 3263936 commit e259677

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

renovate.json

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
2-
"extends": [
3-
"config:base"
4-
],
2+
"extends": ["config:recommended"],
53
"packageRules": [
64
{
75
"groupName": "all patch versions",
86
"groupSlug": "all-patch",
97
"matchUpdateTypes": ["patch"],
10-
"excludePackageNames": ["prettier"],
11-
"schedule": ["before 3am on Monday"]
8+
"schedule": ["before 3am on Monday"],
9+
"matchPackageNames": ["!prettier"]
1210
},
1311
{
1412
"matchUpdateTypes": ["minor"],
@@ -57,10 +55,8 @@
5755
},
5856
"ignoreDeps": ["lerna-changelog", "@types/node"],
5957
"ignorePaths": ["archive/**", "examples/**"],
60-
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc" ],
61-
"schedule": [
62-
"before 3am on Friday"
63-
],
58+
"assignees": ["@blumamir", "@dyladan", "@legendecas", "@pichlermarc"],
59+
"schedule": ["before 3am on Friday"],
6460
"labels": ["dependencies"],
6561
"semanticCommitType": "feat"
6662
}

0 commit comments

Comments
 (0)