Skip to content

Commit bb2833c

Browse files
committed
Manually control Halibut versions in Halibut
1 parent a179f53 commit bb2833c

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)