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

Merge pull request #972 from nextcloud/dependabot

Add DependAbot
Marcel Hibbe пре 4 година
родитељ
комит
1c90eff113
1 измењених фајлова са 11 додато и 0 уклоњено
  1. 11 0
      .github/dependabot.yml

+ 11 - 0
.github/dependabot.yml

@@ -0,0 +1,11 @@
+version: 2
+updates:
+- package-ecosystem: gradle
+  directory: "/"
+  schedule:
+    interval: daily
+    time: "03:00"
+    timezone: Europe/Paris
+  open-pull-requests-limit: 10
+  labels:
+  - 3. to review