From b44012b38f2d06b92f9c403614f5d6d383cccbc3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 29 Apr 2021 15:04:46 +0000 Subject: Upgrade to GitHub-native 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 00000000..b4987cae --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/" + schedule: + interval: monthly + time: "04:00" + timezone: Europe/Berlin + ignore: + - dependency-name: git2 + versions: + - 0.13.17 +- package-ecosystem: gitsubmodule + directory: "/" + schedule: + interval: monthly + time: "04:00" + timezone: Europe/Berlin -- cgit v1.2.3