From 41d5c252fd039ad86886bcf69ce61aaa49a45809 Mon Sep 17 00:00:00 2001 From: Sebastian Englbrecht Date: Mon, 7 Nov 2022 09:36:30 +0100 Subject: [PATCH] Configure dependabot --- .github/dependabot.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..39f011225 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,27 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "docker" + directory: "/docker" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "npm" + directory: "/web" + schedule: + interval: daily + open-pull-requests-limit: 10 + - package-ecosystem: "npm" + directory: "/docs" + schedule: + interval: daily + open-pull-requests-limit: 10