From c623767f6522392e1ea3fe0caf47da9e4055d312 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 15 Apr 2024 19:34:43 -0700 Subject: add some workflows for CI and dependabot config --- src/x509-info/.github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/x509-info/.github/dependabot.yml (limited to 'src/x509-info/.github/dependabot.yml') diff --git a/src/x509-info/.github/dependabot.yml b/src/x509-info/.github/dependabot.yml new file mode 100644 index 0000000..d062b44 --- /dev/null +++ b/src/x509-info/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "cargo" + directory: "/" + schedule: + interval: "weekly" -- cgit v1.2.3