From 7b1cdca433e3513072459d0f526760456295b09a Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 19 Oct 2020 14:27:21 +0000 Subject: [PATCH] Create Dependabot config file --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..bad683f8 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,17 @@ +version: 2 +updates: +- package-ecosystem: cargo + directory: "/rust/libdnf-sys" + schedule: + interval: weekly + open-pull-requests-limit: 10 +- package-ecosystem: cargo + directory: "/rust" + schedule: + interval: weekly + open-pull-requests-limit: 10 +- package-ecosystem: gitsubmodule + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10