Skip to content

Commit 588b0cc

Browse files
committed
Merge branch 'sast/si/introduce-renovate-pr-comments' of https://github.com/OctopusDeploy/Halibut into sast/si/introduce-renovate-pr-comments
2 parents 2ddb208 + c5a0661 commit 588b0cc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

renovate-config.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2+
// https://github.com/OctopusDeploy/OctopusDeploy/blob/main/renovate-config.js
23

34
const excludeList = [
45
'dotnet-sdk', // The dotnet SDK update is a non-trivial piece of work
@@ -50,6 +51,11 @@ module.exports = {
5051
separateMajorMinor: false,
5152

5253
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>
57+
58+
// greenMeansGo packages
5359
{
5460
matchPackageNames: ['Nsubstitute'],
5561
prBodyNotes: [

0 commit comments

Comments
 (0)