Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 19a6eb9

Browse files
authoredApr 11, 2024
Add dependabot (bytecodealliance#3303)
1 parent 9b28a8a commit 19a6eb9

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed
 

‎.github/dependabot.yml

+35
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
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"

0 commit comments

Comments
 (0)
Please sign in to comment.