summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 10:03:53 +0200
committerMatthias Beyer <matthias.beyer@ifm.com>2022-07-14 10:03:53 +0200
commit3efd1aa2e4d667546ceb82efa4fbdaa34ddc90ce (patch)
tree52ae83f5518be33aa5a095e481a6ae17151787f1 /.github
parentf0d228f9109a45ff84c2dfa3642d49484550c043 (diff)
Add dependabot configuration
Signed-off-by: Matthias Beyer <matthias.beyer@ifm.com>
Diffstat (limited to '.github')
-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 00000000..8ef5278d
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,10 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: daily