summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-02-21 15:49:13 +0100
committerJoas Schilling <coding@schilljs.com>2023-02-21 15:49:13 +0100
commit5de73b2fc33084d8880c63bd61e01b36b2041a59 (patch)
treef48690e1494cafa239993ce03c35968e31033b09 /.github
parentdf1469e9d2041c17d7ae26f883c7d4fd043e66fb (diff)
chore(CI): Define backport list for stable26
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 2dffc0d6f..38903b9dc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -63,6 +63,19 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
+ target-branch: stable26
+ open-pull-requests-limit: 10
+ ignore:
+ # ignore all GitHub linguist patch updates
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
target-branch: stable25
open-pull-requests-limit: 10
ignore:
@@ -76,6 +89,19 @@ updates:
day: saturday
time: "03:00"
timezone: Europe/Paris
+ target-branch: stable26
+ open-pull-requests-limit: 10
+ ignore:
+ # ignore all GitHub linguist patch updates
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
target-branch: stable25
open-pull-requests-limit: 10
ignore: