aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorEvgeny Kuznetsov <evgeny@kuznetsov.md>2021-04-29 14:58:12 +0300
committerEvgeny Kuznetsov <evgeny@kuznetsov.md>2021-04-29 14:58:12 +0300
commitafe0b283566c42267a027a1cfa829f28e0873f14 (patch)
tree50e87b5626813ad75c47939e896eeb65fbd288a8 /.github/dependabot.yml
parent1809b58c4635cfab219ae01161ff9fbc983a90b2 (diff)
downloadradiorus-rss-afe0b283566c42267a027a1cfa829f28e0873f14.tar.gz
radiorus-rss-afe0b283566c42267a027a1cfa829f28e0873f14.zip
add dependabot
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..d30f881
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"