-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrush.json
31 lines (31 loc) · 939 Bytes
/
rush.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"$schema": "https://developer.microsoft.com/json-schemas/rush/v5/rush.schema.json",
"rushVersion": "5.134.0",
"pnpmVersion": "9.10.0",
"nodeSupportedVersionRange": ">=18.20.3 <19.0.0 || >=20.14.0 <21.0.0",
"projectFolderMaxDepth": 3,
"gitPolicy": {
"versionBumpCommitMessage": "chore: Bump versions [skip ci]",
"changeLogUpdateCommitMessage": "chore: Update changelogs [skip ci]",
"allowedEmailRegExps": [
"[^@]+@users\\.noreply\\.github\\.com"
],
"sampleEmail": "example@users.noreply.github.com"
},
"repository": {
"url": "https://github.com/kkazala/RushForIAC.git",
"defaultBranch": "main",
"defaultRemote": "origin"
},
/**
* (Required) This is the inventory of projects to be managed by Rush.
*
*/
"projects": [
{
"packageName": "function-app",
"projectFolder": "AzureTemplates/FunctionApp",
"versionPolicyName": "AzTemplateSpecs"
}
]
}