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

github.com/twbs/rfs.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>2020-06-25 11:41:56 +0300
committerGitHub <noreply@github.com>2020-06-25 11:41:56 +0300
commit11a2f09d7a4884601a659b1899b631c02724c263 (patch)
tree9ea7b8cf28700eb4cc6ce5015e8c4046a0f9661a /.github
parent63366927847335549f69d17aa223eacf47f37c34 (diff)
Update Dependabot config file (#279)
* Update Dependabot config file * Update dependabot.yml Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: XhmikosR <xhmikosr@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/dependabot.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..f2f9f56
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,17 @@
+version: 2
+updates:
+ - package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: tuesday
+ time: "12:00"
+ timezone: Europe/Athens
+ open-pull-requests-limit: 10
+ reviewers:
+ - MartijnCuppens
+ - XhmikosR
+ labels:
+ - dependencies
+ versioning-strategy: increase
+ rebase-strategy: disabled