aboutsummaryrefslogtreecommitdiff
path: root/src/x509-info/.github/dependabot.yml
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-19 18:56:52 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-19 18:56:52 -0700
commitd0bd9776e37e778f06e7e5f835bbbf5d16c5ac48 (patch)
treeed3ee07f175bfd5e3cf8d190c7372652887b886f /src/x509-info/.github/dependabot.yml
downloadx-d0bd9776e37e778f06e7e5f835bbbf5d16c5ac48.tar.gz
meta: initial commit
Create the initial scaffolding for a rust project, using `cargo` and a nix template.
Diffstat (limited to 'src/x509-info/.github/dependabot.yml')
-rw-r--r--src/x509-info/.github/dependabot.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/x509-info/.github/dependabot.yml b/src/x509-info/.github/dependabot.yml
new file mode 100644
index 0000000..2b2ebcf
--- /dev/null
+++ b/src/x509-info/.github/dependabot.yml
@@ -0,0 +1,11 @@
+version: 2
+updates:
+- package-ecosystem: cargo
+ directory: "/"
+ schedule:
+ interval: daily
+ open-pull-requests-limit: 10
+- package-ecosystem: "github-actions"
+ directory: "/"
+ schedule:
+ interval: "weekly"