Browse Source

fix: formatting

Jun Siang Cheah 1 year ago
parent
commit
34632b7aac
1 changed files with 10 additions and 10 deletions
  1. 10 10
      .github/dependabot.yml

+ 10 - 10
.github/dependabot.yml

@@ -1,12 +1,12 @@
 version: 2
 updates:
-- package-ecosystem: pip
-  directory: "/backend"
-  schedule:
-    interval: daily
-    time: "13:00"
-- package-ecosystem: "github-actions"
-  directory: "/"
-  schedule:
-    # Check for updates to GitHub Actions every week
-    interval: "weekly"
+  - package-ecosystem: pip
+    directory: '/backend'
+    schedule:
+      interval: daily
+      time: '13:00'
+  - package-ecosystem: 'github-actions'
+    directory: '/'
+    schedule:
+      # Check for updates to GitHub Actions every week
+      interval: 'weekly'