Skip to content

Commit 4927759

Browse files
committed
fix(dependabot): use valid Docker version requirement
1 parent 680d201 commit 4927759

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ updates:
2828
ignore:
2929
- dependency-name: library/python
3030
versions:
31-
- "*a*"
32-
- "*b*"
33-
- "*rc*"
31+
- 3.15.0b3
3432
- package-ecosystem: github-actions
3533
directory: /
3634
schedule:

0 commit comments

Comments
 (0)