Skip to content

Commit 2bd423f

Browse files
authored
Ignore Cake updates until 3.0 (#327)
1 parent 56c9431 commit 2bd423f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ updates:
99
ignore:
1010
- dependency-name: Cake.Core
1111
versions:
12-
- "> 1.0.0, < 2"
12+
- "> 1.0.0, < 3"
1313
- dependency-name: Cake.Common
1414
versions:
15-
- "> 1.0.0, < 2"
15+
- "> 1.0.0, < 3"
1616
- dependency-name: Cake.Testing
1717
versions:
18-
- "> 1.0.0, < 2"
18+
- "> 1.0.0, < 3"

0 commit comments

Comments
 (0)