aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar milgradesec <38557680+milgradesec@users.noreply.github.com> 2021-04-21 18:24:16 +0200
committerGravatar GitHub <noreply@github.com> 2021-04-21 09:24:16 -0700
commit76eeae01ece8a29b37c89f49675e0f2b1b1da675 (patch)
tree00665d08a29d8fcf528883ac746342eb41cc3dc5
parentcedf6ffddc62aaca46bea3fcb0e81acedf7f62eb (diff)
downloadcoredns-76eeae01ece8a29b37c89f49675e0f2b1b1da675.tar.gz
coredns-76eeae01ece8a29b37c89f49675e0f2b1b1da675.tar.zst
coredns-76eeae01ece8a29b37c89f49675e0f2b1b1da675.zip
Enable DependaBot (#4571)
* Create dependabot.yml Signed-off-by: milgradesec <38557680+milgradesec@users.noreply.github.com> * Update dependabot.yml Signed-off-by: milgradesec <38557680+milgradesec@users.noreply.github.com>
-rw-r--r--.github/dependabot.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 000000000..efba123cd
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,7 @@
+version: 2
+
+updates:
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "weekly"