Parcourir la source

feat: enable dependabot for github actions

Jun Siang Cheah il y a 1 an
Parent
commit
2969918d19
1 fichiers modifiés avec 5 ajouts et 0 suppressions
  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"