Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/3rdparty.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2022-06-01 17:07:42 +0300
committerGitHub <noreply@github.com>2022-06-01 17:07:42 +0300
commit70e442d437625996457bb36431fc14f288d4640d (patch)
treeed05a07fa562d7639fb0359d1c10e853107bb6a7
parent82f352b055efce690ffc533d68c08f77f734fafc (diff)
parent8dfa0e87b5afcc17a296c1ed350cb6b34431c667 (diff)
Merge pull request #1057 from nextcloud/debt/noid/dependabot-stable24
Enable dependabot for stable24
-rw-r--r--.github/dependabot.yml13
1 files changed, 13 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 22f975ed..26cba7b3 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -28,6 +28,19 @@ updates:
- package-ecosystem: composer
directory: "/"
+ target-branch: stable24
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: "*"
+ update-types: ["version-update:semver-major"]
+
+- package-ecosystem: composer
+ directory: "/"
target-branch: stable23
schedule:
interval: weekly