Enable actions and docker dependabot updates (#2167)
authorKrishan <33421343+kfiven@users.noreply.github.com>
Fri, 17 Jan 2025 08:53:49 +0000 (19:53 +1100)
committerGitHub <noreply@github.com>
Fri, 17 Jan 2025 08:53:49 +0000 (14:23 +0530)
.github/dependabot.yml

index 750dc6527652915db30cc7358e2c00407848654d..6e4893144e7e434d5daeffb15e5accac1bffa54c 100644 (file)
@@ -1,6 +1,6 @@
 # Docs: <https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/customizing-dependency-updates>
 
-version: 2
+version: 2
 # updates:
 #   - package-ecosystem: npm
 #     directory: /
 #       timezone: "Asia/Kolkata"
 #     open-pull-requests-limit: 15
 
-  - package-ecosystem: github-actions
-    directory: /
-    schedule:
-      interval: weekly
-      day: "tuesday"
-      time: "01:00"
-      timezone: "Asia/Kolkata"
-    open-pull-requests-limit: 5
+  - package-ecosystem: github-actions
+    directory: /
+    schedule:
+      interval: weekly
+      day: "tuesday"
+      time: "01:00"
+      timezone: "Asia/Kolkata"
+    open-pull-requests-limit: 5
 
-  - package-ecosystem: docker
-    directory: /
-    schedule:
-      interval: weekly
-      day: "tuesday"
-      time: "01:00"
-      timezone: "Asia/Kolkata"
-    open-pull-requests-limit: 5
+  - package-ecosystem: docker
+    directory: /
+    schedule:
+      interval: weekly
+      day: "tuesday"
+      time: "01:00"
+      timezone: "Asia/Kolkata"
+    open-pull-requests-limit: 5