Skip to content

Commit 2ca0430

Browse files
committed
Enable Dependabot.
1 parent c9464d2 commit 2ca0430

File tree

3 files changed

+389
-355
lines changed

3 files changed

+389
-355
lines changed

.github/dependabot.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gomod
4+
directory: /
5+
schedule:
6+
interval: daily
7+

clients/python/Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ six = "1.16.0"
1515
termcolor = "2.3.0"
1616
pytype = "2023.6.2"
1717
typing-extensions = "4.6.3"
18-
pillow = "10.0.0"
18+
pillow = "10.0.1"
1919

2020
[dev-packages]
2121
yapf = "0.40.1"

0 commit comments

Comments
 (0)