Add "github-actions" ecosystem to dependabot.yml (#1716)

This commit is contained in:
Ezio Melotti
2023-06-05 01:37:35 +02:00
committed by GitHub
parent 916cd76be1
commit 07065a60ad

View File

@@ -4,3 +4,7 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "monthly" interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"