summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-29 14:23:45 +0200
committerChristoph Wurst <christoph@winzerhof-wurst.at>2022-09-29 14:24:54 +0200
commit8cfcd15f76800f66beba1c30f0879ccf93c657ec (patch)
treec2e8ec9aee789194817522e41d43b51d3fb240e4 /.github
parent020811c10b221bbaa1b0b97c5a9f6383935cc916 (diff)
Ask Dependabot for security updates on stable4.2
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 75963ce5..e0eb902c 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -11,7 +11,6 @@ updates:
labels:
- "3. to review"
- "feature: dependencies"
-
- package-ecosystem: npm
directory: "/"
schedule:
@@ -23,3 +22,14 @@ updates:
labels:
- "3. to review"
- "feature: dependencies"
+
+# stable4.2
+- package-ecosystem: npm
+ target-branch: stable4.2
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 0
+ labels:
+ - "3. to review"
+ - "feature: dependencies"