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:
authorXhmikosR <xhmikosr@gmail.com>2022-03-25 08:40:12 +0300
committerGitHub <noreply@github.com>2022-03-25 08:40:12 +0300
commitacbd5b700f050631003adcb824120782496b4b4b (patch)
tree455639c581e8e82f127742013c38a0c80b268292
parentececbb06b2ff7d21e832e2ef05a12ad3e2c25254 (diff)
Add dependabot config for actions (#442)
-rw-r--r--.github/dependabot.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..ce9df8b
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,6 @@
+version: 2
+updates:
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: monthly