File tree 1 file changed +35
-0
lines changed
1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (C) 2019 Intel Corporation. All rights reserved.
2
+ # SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
3
+
4
+ version : 2
5
+ updates :
6
+
7
+ - package-ecosystem : " github-actions"
8
+ directory : " /"
9
+ schedule :
10
+ interval : " weekly"
11
+
12
+ - package-ecosystem : " docker"
13
+ directory : " /.devcontainer"
14
+ schedule :
15
+ interval : " weekly"
16
+
17
+ - package-ecosystem : " devcontainers"
18
+ directory : " /"
19
+ schedule :
20
+ interval : " weekly"
21
+
22
+ - package-ecosystem : " pip"
23
+ directory : " /build-scripts"
24
+ schedule :
25
+ interval : " weekly"
26
+
27
+ - package-ecosystem : " pip"
28
+ directory : " /language-bindings/python/wasm-c-api"
29
+ schedule :
30
+ interval : " weekly"
31
+
32
+ - package-ecosystem : " pip"
33
+ directory : " /language-bindings/python/wamr-api"
34
+ schedule :
35
+ interval : " weekly"
You can’t perform that action at this time.
0 commit comments