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

github.com/hossainemruz/toha.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmruz Hossain <emruz@appscode.com>2020-11-01 14:44:16 +0300
committerGitHub <noreply@github.com>2020-11-01 14:44:16 +0300
commit9af0ed1639ce94ea170f483204a19d3a9955aae8 (patch)
tree5b3b6a20902da09542d131d2ae34755f698c5b49
parent71d230bcda3e5b0427dd3bc1a31c7f131411ae09 (diff)
Add dependabot.yaml (#145)
-rw-r--r--.github/dependabot.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..57d6019
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,21 @@
+# Update dependencies
+
+version: 2
+updates:
+# Update the git submodules
+- package-ecosystem: "gitsubmodule"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ labels:
+ - "dependencies"
+ - "automerge"
+
+# Update the Github Action versions
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ labels:
+ - "dependencies"
+ - "automerge"