Преглед изворни кода

Merge pull request #2067 from cheahjs/feat/dependabot-updates

feat: update dependabot for python and github actions
Timothy Jaeryang Baek пре 1 година
родитељ
комит
1ea91f9060
1 измењених фајлова са 10 додато и 9 уклоњено
  1. 10 9
      .github/dependabot.yml

+ 10 - 9
.github/dependabot.yml

@@ -1,11 +1,12 @@
 version: 2
 version: 2
 updates:
 updates:
-- package-ecosystem: pip
-  directory: "/backend"
-  schedule:
-    interval: daily
-    time: "13:00"
-  groups:
-    python-packages:
-      patterns:
-        - "*"
+  - 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'