mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2024-11-26 15:32:05 +00:00
36 lines
738 B
YAML
36 lines
738 B
YAML
# Copyright (C) 2019 Intel Corporation. All rights reserved.
|
|
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
|
|
|
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "docker"
|
|
directory: "/.devcontainer"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "devcontainers"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/build-scripts"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/language-bindings/python/wasm-c-api"
|
|
schedule:
|
|
interval: "weekly"
|
|
|
|
- package-ecosystem: "pip"
|
|
directory: "/language-bindings/python/wamr-api"
|
|
schedule:
|
|
interval: "weekly"
|