]> source.dussan.org Git - nextcloud-server.git/commitdiff
chore(CI): Add stable26 to dependabot config
authorJoas Schilling <coding@schilljs.com>
Fri, 3 Mar 2023 05:36:02 +0000 (06:36 +0100)
committerJoas Schilling <coding@schilljs.com>
Fri, 3 Mar 2023 05:36:02 +0000 (06:36 +0100)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/dependabot.yml

index 30110b16aaea57615beb6ca61a4fc24573951e54..5008dd6c22795a8ab6cfa76342cfd023d3b95f2d 100644 (file)
@@ -93,6 +93,24 @@ updates:
     - dependency-name: "*"
       update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
 
+- package-ecosystem: npm
+  directory: "/"
+  schedule:
+    interval: weekly
+    day: saturday
+    time: "03:00"
+    timezone: Europe/Paris
+  target-branch: stable26
+  labels:
+    - "3. to review"
+    - "feature: dependencies"
+  reviewers:
+    - "nextcloud/server-dependabot"
+  ignore:
+    # ignore all GitHub linguist patch updates
+    - dependency-name: "*"
+      update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
+
 # Testing StableXX composer
 - package-ecosystem: composer
   directory: "/build/integration"