Skip to content

Commit 7cf95fa

Browse files
committed
chore(template): sync with dailydevops/dotnet-template [skip ci]
1 parent c1074fe commit 7cf95fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

renovate.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"automergeType": "pr",
1414
"automergeStrategy": "squash",
1515
"enabledManagers": [
16-
"ci",
16+
"github-actions",
1717
"nuget",
1818
"custom.regex"
1919
],
@@ -26,8 +26,8 @@
2626
],
2727
"matchStrings": [
2828
"<PackageReference\\s+Include=\"(?<depName>[^\"]+)\"\\s+Version=\"\\[(?<currentValue>[^,]+),.*\"",
29-
"<Sdk\\s+Name=\"(?<depName>[^\"]+)\"\\s+Version=\"(?<currentValue>[^,]+)\" />",
30-
"<Project Sdk=\"(?<depName>[^\"]+)/(?<currentValue>[^,]+)\">"
29+
"<Sdk\\s+Name=\"(?<depName>[^\"]+)\"\\s+Version=\"(?<currentValue>[^,]+)\"",
30+
"<Project\\s+Sdk=\"(?<depName>[^\"]+)/(?<currentValue>[^,]+)\""
3131
],
3232
"datasourceTemplate": "nuget",
3333
"versioningTemplate": "nuget"
@@ -51,7 +51,7 @@
5151
},
5252
{
5353
"matchManagers": [
54-
"ci"
54+
"github-actions"
5555
],
5656
"labels": [
5757
"dependency:actions"

0 commit comments

Comments
 (0)