summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2023-04-08 08:04:29 +0000
committerGitHub <noreply@github.com>2023-04-08 08:04:29 +0000
commit1029a9aeac76ad6ce5bf736f5d0672033d93d2ae (patch)
tree7d2f526fd28015f7d9628997f56acc5247c93696 /.github/dependabot.yml
parent05b7f899e7b07efab751f4d68beea11f16793c1c (diff)
parent2ca37eb56b4cc2c0bc6e6302f67d06c22d489cef (diff)
Merge #1
1: Add CI with bors r=matthiasbeyer a=matthiasbeyer Co-authored-by: Matthias Beyer <mail@beyermatthias.de> Co-authored-by: bors[bot] <26634292+bors[bot]@users.noreply.github.com>
Diffstat (limited to '.github/dependabot.yml')
-rw-r--r--.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/.github/dependabot.yml b/.github/dependabot.yml
new file mode 100644
index 0000000..8a43b27
--- /dev/null
+++ b/.github/dependabot.yml
@@ -0,0 +1,11 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: monthly
+- package-ecosystem: github-actions
+ directory: "/"
+ schedule:
+ interval: monthly
+