Browse Source

Initial dependabot configuration (#100)

This commit add inital dependabot configuration

Signed-off-by: Mobin Aydinfar <mobin@mobintestserver.ir>
Reviewed-by: Davin McCall <EMAIL HIDDEN>
Mobin 1 year ago
parent
commit
437dc645f5
1 changed files with 9 additions and 0 deletions
  1. 9 0
      .github/dependabot.yml

+ 9 - 0
.github/dependabot.yml

@@ -0,0 +1,9 @@
+version: 2
+updates:
+  - package-ecosystem: "github-actions"
+    directory: "/" # Location of package manifests
+    schedule:
+      interval: "daily"
+    open-pull-requests-limit: 10
+    reviewers:
+      - "mobin-2008"