ci(github): add dependabot config with actions and gomod (#306)

Co-authored-by: abelanger5 <belanger@sas.upenn.edu>
This commit is contained in:
Luca Steeb
2024-04-01 16:34:50 +07:00
committed by GitHub
parent cdf203dc3e
commit dada779f6d

11
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "daily"