summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-01-30 17:25:19 +0100
committerGitHub <noreply@github.com>2023-01-30 17:25:19 +0100
commit33c06f1f93afea9978dd30db16ae219f8682c40a (patch)
treee1dc018f1df03fbc613d62edd192ed1f71f95dcb
parentee85c0299aa2f661333cbbbff1ceef0185f34c44 (diff)
Set up dependabot for stable branches
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
-rw-r--r--.github/dependabot.yml39
1 files changed, 39 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 362ef5817..f4074d060 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -48,3 +48,42 @@ updates:
time: "03:00"
timezone: Europe/Paris
open-pull-requests-limit: 10
+- package-ecosystem: composer
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ target-branch: stable25
+ 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:
+ # 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: stable24
+ open-pull-requests-limit: 10
+ ignore:
+ # ignore all GitHub linguist patch updates
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major", "version-update:semver-minor"]