mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
12 lines
288 B
YAML
12 lines
288 B
YAML
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates
|
|
version: 2
|
|
updates:
|
|
- package-ecosystem: "bundler"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|