enable dependency updates (#287)

Signed-off-by: Hamza El-Saawy <hamzaelsaawy@microsoft.com>
This commit is contained in:
Hamza El-Saawy
2023-05-11 13:36:45 -04:00
committed by GitHub
parent 6a0f8b69d1
commit 4f41be6f64
+15
View File
@@ -0,0 +1,15 @@
# reference:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"