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

github.com/twbs/icons.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:43:05 +0300
committerGitHub <noreply@github.com>2020-06-25 11:43:05 +0300
commit791c0c332b5bb8cdd835a3cf691443c41a5b2888 (patch)
tree8be04799a585f1fd0766e0d6d995a18cb6c28e45 /.github
parent4550f427a324a4328b40bbe8f5e62e1e37ab8427 (diff)
Update Dependabot config file (#322)
* 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.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..145d7a92d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,16 @@
+version: 2
+updates:
+ - package-ecosystem: npm
+ directory: "/"
+ schedule:
+ interval: weekly
+ day: tuesday
+ time: "12:00"
+ timezone: Europe/Athens
+ open-pull-requests-limit: 10
+ reviewers:
+ - XhmikosR
+ labels:
+ - dependencies
+ versioning-strategy: increase
+ rebase-strategy: disabled