aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/dependabot.yml10
-rw-r--r--.travis.yml4
2 files changed, 14 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"
diff --git a/.travis.yml b/.travis.yml
index 7087427..49aa562 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -20,3 +20,7 @@ cache:
after_success:
- bash <(curl -s https://codecov.io/bash)
+
+branches:
+ except:
+ - /^dependabot\/.*$/