ci: Add stable31 to CI and skip stable28

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/50330/head
Joas Schilling 12 months ago
parent be557caec0
commit fbf8b80efa
No known key found for this signature in database
GPG Key ID: F72FA5B49FFA96B0
  1. 12
      .github/dependabot.yml
  2. 2
      .github/workflows/npm-audit-fix.yml
  3. 2
      .github/workflows/update-cacert-bundle.yml

@ -121,7 +121,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable28
target-branch: stable29
labels:
- "3. to review"
- "feature: dependencies"
@ -140,7 +140,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable29
target-branch: stable30
labels:
- "3. to review"
- "feature: dependencies"
@ -159,7 +159,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable30
target-branch: stable31
labels:
- "3. to review"
- "feature: dependencies"
@ -178,7 +178,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable28
target-branch: stable29
labels:
- "3. to review"
- "feature: dependencies"
@ -196,7 +196,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable29
target-branch: stable30
labels:
- "3. to review"
- "feature: dependencies"
@ -214,7 +214,7 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
target-branch: stable30
target-branch: stable31
labels:
- "3. to review"
- "feature: dependencies"

@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['main', 'master', 'stable30', 'stable29', 'stable28']
branches: ['main', 'master', 'stable31', 'stable30', 'stable29']
name: npm-audit-fix-${{ matrix.branches }}

@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
branches: ['master', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
branches: ['master', 'stable31', 'stable30', 'stable29', 'stable28', 'stable27', 'stable26', 'stable25', 'stable24', 'stable23', 'stable22']
name: update-ca-certificate-bundle-${{ matrix.branches }}

Loading…
Cancel
Save