Explorar o código

feat: enable dependabot for github actions

Jun Siang Cheah hai 1 ano
pai
achega
2969918d19
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  1. 5 0
      .github/dependabot.yml

+ 5 - 0
.github/dependabot.yml

@@ -5,3 +5,8 @@ updates:
   schedule:
     interval: daily
     time: "13:00"
+- package-ecosystem: "github-actions"
+  directory: "/"
+  schedule:
+    # Check for updates to GitHub Actions every week
+    interval: "weekly"