From 7af38c43dec414f1d28fd3a0ee56cdbaece5044a Mon Sep 17 00:00:00 2001 From: Jan Holthuis Date: Thu, 14 Nov 2024 23:57:58 +0100 Subject: [PATCH] ci(dependabot): Use dependabot for automatic updates --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6e0449a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +--- +version: 2 +updates: + # Check for updated Rust packages + - package-ecosystem: cargo + directory: / + schedule: + interval: weekly + # Check for updated GitHub Actions + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly