Skip to content

Commit d12e78d

Browse files
committed
Correct format
1 parent 90439ff commit d12e78d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

renovate.json5

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
2-
"packageRules": [
2+
packageRules: [
33
{
4-
"description": "Keep regular projects on current RavenDB.Client (LTS)",
5-
"matchFiles": ["**/*.csproj"],
6-
"excludeFiles": ["**/*.Latest.*.csproj"],
7-
"matchPackageNames": ["RavenDB.Client"],
8-
"allowedVersions": ">=6.0.0 <7.0.0"
4+
description: "Keep non-Latest projects on RavenDB.Client v6.x",
5+
matchFiles: ["**/*.csproj"],
6+
excludeFiles: ["**/*.Latest.*.csproj"],
7+
matchPackageNames: ["RavenDB.Client"],
8+
allowedVersions: ">=6.0.0 <7.0.0"
99
},
1010
{
11-
"description": "Allow .Latest. projects to use RavenDB.Client v7.x and above",
12-
"matchFiles": ["**/*.Latest.*.csproj"],
13-
"matchPackageNames": ["RavenDB.Client"],
14-
"allowedVersions": ">=7.0.0"
11+
description: "Allow .Latest. projects to use RavenDB.Client v7.x and above",
12+
matchFiles: ["**/*.Latest.*.csproj"],
13+
matchPackageNames: ["RavenDB.Client"],
14+
allowedVersions: ">=7.0.0"
1515
}
1616
]
1717
}

0 commit comments

Comments
 (0)