From 7848190fe6d307675e3702e9ef794bdebb948290 Mon Sep 17 00:00:00 2001 From: Ralph Ursprung Date: Wed, 28 Dec 2022 18:55:20 +0100 Subject: [PATCH] enable GitHub Dependabot this ensures that the dependencies are kept up to date. see [the docs][] for further information. [the docs]: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates --- .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 0000000000..d062b443b9 --- /dev/null +++ b/.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"