Browse Source

feat: enable dependabot for github actions

Jun Siang Cheah 1 year ago
parent
commit
2969918d19
1 changed files with 5 additions and 0 deletions
  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"