File tree 5 files changed +1230
-12
lines changed
5 files changed +1230
-12
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " pip"
4
+ directory : " /docs"
5
+ schedule :
6
+ interval : " daily"
7
+ ignore :
8
+ - dependency-name : " *"
9
+ allow :
10
+ - dependency-name : " sphinx-scylladb-theme"
11
+ - dependency-name : " sphinx-multiversion-scylla"
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ docs/lib/
8
8
docs /lib64
9
9
docs /pip-selfcheck.json
10
10
docs /.Python
11
- docs /poetry.lock
12
11
grafana /build /
13
12
CURRENT_VERSION.sh
14
13
packer-manifest.json
Original file line number Diff line number Diff line change @@ -24,6 +24,9 @@ setupenv:
24
24
.PHONY : setup
25
25
setup :
26
26
$(POETRY ) install
27
+
28
+ .PHONY : update
29
+ update :
27
30
$(POETRY ) update
28
31
29
32
# Clean commands
@@ -34,7 +37,6 @@ pristine: clean
34
37
.PHONY : clean
35
38
clean :
36
39
rm -rf $(BUILDDIR ) /*
37
- rm -f poetry.lock
38
40
39
41
# Generate output commands
40
42
.PHONY : dirhtml
You can’t perform that action at this time.
0 commit comments