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: renovate-config.js
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
// Several parts of this config have been duplicated from the Octopus Server renovate.config
1
+
// Several parts of this config such as the excludeList, preCannedPrNotes and some packageRules have been duplicated from the Octopus Server renovate.config as they also apply to Tentacle
'dotnet-sdk',// The dotnet SDK update is a non-trivial piece of work
@@ -50,6 +51,11 @@ module.exports = {
50
51
separateMajorMinor: false,
51
52
52
53
packageRules: [
54
+
// Keep the rest of the packages in alphabetical order (of package name). However, non-greenMeansGo packages should be placed before greenMeansGo packages
55
+
// Non-greenMeansGo packages
56
+
// <None at the moment. Replace this comment when some are introduced>
0 commit comments