From d0149fc11ead98a8bdad509bd70d53743f5621f5 Mon Sep 17 00:00:00 2001 From: Martin Michaelis Date: Sat, 8 Jun 2024 13:55:27 +0200 Subject: [PATCH] Enable dependabot --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..e758b6a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: + + - package-ecosystem: cargo + directory: / + schedule: + interval: daily + groups: + minor-updates: + applies-to: version-updates + update-types: + - minor + - patch + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily