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

github.com/nextcloud/user_saml.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 18:07:07 +0300
committerGitHub <noreply@github.com>2021-04-29 18:07:07 +0300
commit19268f767a643729fb1402bf3f99e525a99d90be (patch)
tree6f2b6509e4c4ffd7cf0567b0738ef406d2958064
parent425a41753873e811e02485f8a9c601eec026cc45 (diff)
Upgrade to GitHub-native Dependabotdependabot/add-v2-config-file
-rw-r--r--.github/dependabot.yml32
1 files changed, 32 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 00000000..3993bb91
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,32 @@
+version: 2
+updates:
+- package-ecosystem: composer
+ directory: "/3rdparty"
+ schedule:
+ interval: daily
+ time: "03:00"
+ timezone: Europe/Paris
+ open-pull-requests-limit: 10
+ allow:
+ - dependency-type: direct
+ - dependency-type: indirect
+ ignore:
+ - dependency-name: onelogin/php-saml
+ versions:
+ - 3.5.1
+ - 3.6.0
+ - dependency-name: firebase/php-jwt
+ versions:
+ - 5.2.0
+- package-ecosystem: composer
+ directory: "/tests/integration"
+ 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