aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml12
-rw-r--r--.github/workflows/npm-audit-fix.yml2
-rw-r--r--.github/workflows/update-cacert-bundle.yml2
3 files changed, 8 insertions, 8 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 45849759367..b32ba564f64 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.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"
diff --git a/.github/workflows/npm-audit-fix.yml b/.github/workflows/npm-audit-fix.yml
index c373b3f6f4b..9111fd86706 100644
--- a/.github/workflows/npm-audit-fix.yml
+++ b/.github/workflows/npm-audit-fix.yml
@@ -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 }}
diff --git a/.github/workflows/update-cacert-bundle.yml b/.github/workflows/update-cacert-bundle.yml
index d023d035ded..362f637b156 100644
--- a/.github/workflows/update-cacert-bundle.yml
+++ b/.github/workflows/update-cacert-bundle.yml
@@ -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 }}