Skip to content

Commit 343af0e

Browse files
authored
Add Dependabot (#4069)
1 parent e845f51 commit 343af0e

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/dependabot.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
version: 2
2+
3+
updates:
4+
- package-ecosystem: cargo
5+
directory: /
6+
schedule:
7+
interval: daily
8+
ignore:
9+
- dependency-name: 'wasmparser'
10+
- dependency-name: 'wasmprinter'
11+
- dependency-name: 'wast'
12+
13+
- package-ecosystem: github-actions
14+
directory: /
15+
schedule:
16+
interval: daily
17+
groups:
18+
github-actions:
19+
patterns:
20+
- "*"

0 commit comments

Comments
 (0)