Skip to content

Commit 8f393ec

Browse files
committed
feat: reduce churn
1 parent 20196b4 commit 8f393ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

default.json

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:recommended",
55
"group:allNonMajor",
6+
":maintainLockFilesWeekly",
67
":semanticCommitTypeAll(chore)"
78
],
89
"meteor": {
@@ -15,6 +16,9 @@
1516
"npm": {
1617
"commitMessageTopic": "{{prettyDepType}} {{depName}}"
1718
},
19+
"schedule": [
20+
"on Monday"
21+
],
1822
"packageRules": [
1923
{
2024
"groupName": "nuxt framework",

0 commit comments

Comments
 (0)