diff options
author | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:36:02 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2023-03-03 06:36:02 +0100 |
commit | 97e84f860b5d46658031a2893523616514987bd8 (patch) | |
tree | dd961b9deb1d80fdde2ab219fe2b9e90a2175d9a /.github | |
parent | bc94fab8eea4eb76ea98a34076510c2054b9d741 (diff) | |
download | nextcloud-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.yml | 18 |
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" |