Add dependabot integrations for github-actions

This commit is contained in:
Anthony Oteri
2023-09-26 13:27:11 -04:00
parent 063f1f4f93
commit e5f2a9f54c
+6 -1
View File
@@ -1,6 +1,11 @@
version: 2 version: 2
updates: updates:
- package-ecosystem: "cargo" - package-ecosystem: "cargo"
directory: / directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule: schedule:
interval: "daily" interval: "daily"