]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix(CI)!: Add stable30 to and remove stable27 from GitHub Actions
authorJoas Schilling <coding@schilljs.com>
Wed, 14 Aug 2024 07:54:58 +0000 (09:54 +0200)
committerJoas Schilling <coding@schilljs.com>
Wed, 14 Aug 2024 07:56:47 +0000 (09:56 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
.github/dependabot.yml
.github/workflows/npm-audit-fix.yml
.github/workflows/update-cacert-bundle.yml
.github/workflows/update-code-signing-crl.yml
.github/workflows/update-psalm-baseline.yml

index 16eb43559b1035f6e00c968eed15edebc0bae737..988f05ffb3b073c9deac44c1db05c9a3bd9f8fa9 100644 (file)
@@ -138,6 +138,25 @@ updates:
   # Disable automatic rebasing because without a build CI will likely fail anyway
   rebase-strategy: "disabled"
 
+- package-ecosystem: npm
+  directory: "/"
+  schedule:
+    interval: weekly
+    day: saturday
+    time: "03:00"
+    timezone: Europe/Paris
+  target-branch: stable30
+  labels:
+    - "3. to review"
+    - "feature: dependencies"
+  reviewers:
+    - "nextcloud/server-dependabot"
+  ignore:
+    - dependency-name: "*"
+      update-types: ["version-update:semver-major", "version-update:semver-minor"]
+  # Disable automatic rebasing because without a build CI will likely fail anyway
+  rebase-strategy: "disabled"
+
 - package-ecosystem: composer
   directory: "/build/integration"
   schedule:
@@ -174,6 +193,24 @@ updates:
     - dependency-name: "*"
       update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
 
+- package-ecosystem: composer
+  directory: "/build/integration"
+  schedule:
+    interval: weekly
+    day: saturday
+    time: "03:00"
+    timezone: Europe/Paris
+  target-branch: stable30
+  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"]
+
 # GitHub Actions
 - package-ecosystem: "github-actions"
   directory: "/"
index 64fb9a40676492a191a7d6f6d40187ca63ba80e4..13caf6990ff7f49197a845f17b12493285fde794 100644 (file)
@@ -21,7 +21,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ['main', 'master', 'stable29', 'stable28', 'stable27']
+        branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
 
     name: npm-audit-fix-${{ matrix.branches }}
 
index bd268ed838def12fea3020b3650ea71f3a024cdc..29fe83e743fb9cbbbdcd6b7f567a1cb9162bb719 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ['master', 'stable29',  'stable28',  'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
+        branches: ['master', 'stable30', 'stable29',  'stable28',  'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
 
     name: update-ca-certificate-bundle-${{ matrix.branches }}
 
index c19f471eab997ebb37f8f03d4c300600a56c30b0..7595eb456add006213979ff0362076786acd99a6 100644 (file)
@@ -14,7 +14,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ['master', 'stable29',  'stable28',  'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
+        branches: ['master', 'stable30', 'stable29',  'stable28',  'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
 
     name: update-code-signing-crl-${{ matrix.branches }}
 
index 29d794f26f15a34c839a2450cca330bac3a05375..1fdf399ebeaf3e133358a57d3f1a2e35adab1cce 100644 (file)
@@ -16,7 +16,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        branches: ['master', 'stable29', 'stable28', 'stable27']
+        branches: ['master', 'stable30', 'stable29', 'stable28']
 
     name: update-psalm-baseline-${{ matrix.branches }}