From 1cfb4774ec88a8054b90991e03c4647692d44c3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilhelm=20=C3=85gren?= <36638274+wilhelmagren@users.noreply.github.com> Date: Thu, 14 Dec 2023 09:49:45 +0100 Subject: [PATCH] [git] dependabot config, ci and tests workflows (#2) * [build] add ci and tests workflows * [git] add dependabot config, actions and crates.io --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..47f8834 --- /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"