aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2023-03-03 06:36:02 +0100
committerJoas Schilling <coding@schilljs.com>2023-03-03 06:36:02 +0100
commit97e84f860b5d46658031a2893523616514987bd8 (patch)
treedd961b9deb1d80fdde2ab219fe2b9e90a2175d9a /.github
parentbc94fab8eea4eb76ea98a34076510c2054b9d741 (diff)
downloadnextcloud-server-97e84f860b5d46658031a2893523616514987bd8.tar.gz
nextcloud-server-97e84f860b5d46658031a2893523616514987bd8.zip
chore(CI): Add stable26 to dependabot config
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml18
1 files changed, 18 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 30110b16aae..5008dd6c227 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -93,6 +93,24 @@ updates:
- dependency-name: "*"
update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
+- package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ target-branch: stable26
+ labels:
+ - "3. to review"
+ - "feature: dependencies"
+ reviewers:
+ - "nextcloud/server-dependabot"
+ ignore:
+ # ignore all GitHub linguist patch updates
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"]
+
# Testing StableXX composer
- package-ecosystem: composer
directory: "/build/integration"