You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/renovate.json
+9Lines changed: 9 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,15 @@
36
36
"matchUpdateTypes": ["minor", "patch"],
37
37
"enabled": false
38
38
},
39
+
{
40
+
"description": "Ignore Cake.AzureDevOps minor and patch updates",
41
+
"matchDepNames": [
42
+
"Cake.AzureDevOps",
43
+
"Cake.Frosting.AzureDevOps"
44
+
],
45
+
"matchUpdateTypes": ["minor", "patch"],
46
+
"enabled": false
47
+
},
39
48
{
40
49
"description": "Do not update Microsoft.Build.* packages in Cake.Issues.MsBuild since required version depends on the version used in MSBuild.StructuredLogger",
0 commit comments