Skip to content

Commit c5a0661

Browse files
authored
Introduce "Grouping" of packages
1 parent b442c22 commit c5a0661

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
@@ -67,6 +68,11 @@ module.exports = {
6768
],
6869
enabled: false,
6970
},
71+
// Keep the rest of the packages in alphabetical order (of package name). However, non-greenMeansGo packages should be placed before greenMeansGo packages
72+
// Non-greenMeansGo packages
73+
// <None at the moment. Replace this comment when some are introduced>
74+
75+
// greenMeansGo packages
7076
{
7177
matchPackageNames: ['Nsubstitute'],
7278
prBodyNotes: [

0 commit comments

Comments
 (0)