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

github.com/twbs/bootstrap-expo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-03-02 17:49:16 +0300
committerGitHub <noreply@github.com>2022-03-02 17:49:16 +0300
commit9c5210707a9c20581ca247cfc08f6472d48f5263 (patch)
treef85a4f6f4d25edaa994b24da5840c9e39532a410
parent8044e1d50c9821137bf77e79d96d780ef72eca3a (diff)
Add dependabot config for actions
-rw-r--r--.github/dependabot.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..922c95b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,12 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: monthly
+ day: wednesday
+ time: "12:00"
+ timezone: Europe/Athens
+ labels:
+ - dependencies
+ - github_actions