rtnetlink/.github/dependabot.yml
Jeroen Simonetti ed0c7dd095
Add github actions to dependabot(#154)
Add github action updates.

Signed-off-by: Jeroen Simonetti <jeroen@simonetti.nl>
2022-10-09 02:31:26 +02:00

15 lines
241 B
YAML

---
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: gomod
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10