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

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-04-29 23:29:58 +0300
committerGitHub <noreply@github.com>2021-04-29 23:29:58 +0300
commit9d9c128036cb22d2d987ffbec95650f71416108e (patch)
tree343cd60df09d21d8eff865672c16fb8b22053f5f
parent570d91c4e0c5d427addc71c02e64b16aabc1db8c (diff)
Upgrade to GitHub-native Dependabot
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..33fcd36
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+version: 2
+updates:
+- package-ecosystem: composer
+ directory: "/server"
+ schedule:
+ interval: weekly
+ day: saturday
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ ignore:
+ - dependency-name: guzzlehttp/guzzle
+ versions:
+ - 7.2.0