KernelSU/.github/dependabot.yml
Caner Karaca 8f33926aa0
Add Dependabot, Update Dependencies and Workflows (#1440)
Build may fail because of some major dependency updates. Needs changes,
changes/fixes welcomed.

Main goal is keeping all things up-to-date.

---------

Co-authored-by: weishu <twsxtd@gmail.com>
2024-03-20 12:52:34 +08:00

22 lines
384 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
- package-ecosystem: cargo
directory: userspace/ksud
schedule:
interval: daily
- package-ecosystem: gradle
directory: manager
schedule:
interval: daily
- package-ecosystem: npm
directory: website
schedule:
interval: daily