Skip to content

Commit

Permalink
Add Dependabot (#4069)
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Aug 12, 2024
1 parent e845f51 commit 343af0e
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2

updates:
- package-ecosystem: cargo
directory: /
schedule:
interval: daily
ignore:
- dependency-name: 'wasmparser'
- dependency-name: 'wasmprinter'
- dependency-name: 'wast'

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
groups:
github-actions:
patterns:
- "*"

0 comments on commit 343af0e

Please sign in to comment.