Skip to content

Commit 37691e2

Browse files
authored
Merge pull request #657 from OctopusDeploy/sast/si/manual-halibut-updates
Prevent auto updating Halibut versions in Halibut
2 parents a179f53 + bb2833c commit 37691e2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const excludeList = [
2-
"dotnet-sdk", // The dotnet SDK update is a non-trivial piece of work.
2+
"dotnet-sdk", // The dotnet SDK update is a non-trivial piece of work
33
"FluentAssertions", // FluentAssertions 8 and above introduced potential fees for developers
4+
"Halibut", // Various versions of Halibut are used for tests. We'll manually control this version
45
];
56

67
module.exports = {

0 commit comments

Comments
 (0)