summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/dependabot.yml')
-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"