summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Muehlhaeuser <muesli@gmail.com>2022-02-03 02:57:38 +0100
committerChristian Muehlhaeuser <muesli@gmail.com>2022-02-03 18:25:58 +0100
commit2c81adb39908673776e8f57f3043d16115e5d181 (patch)
treef14eb52f3941307b893325535fdddc71901930a9
parent54a374b1e8a4944f189e1105cf2fdbf144c79311 (diff)
Add dependabot config
-rw-r--r--.github/dependabot.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..a8f1d82
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,14 @@
+version: 2
+updates:
+ - package-ecosystem: "gomod"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ labels:
+ - "dependencies"
+ - package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "daily"
+ labels:
+ - "dependencies"