From 18955debfa62175b22b2fb0ca2aec43280e79262 Mon Sep 17 00:00:00 2001 From: Jan Dubois Date: Tue, 5 Nov 2024 16:31:31 -0800 Subject: [PATCH] Add dependabot config --- .github/dependabot.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..a78fcb9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,19 @@ +version: 2 +updates: +- package-ecosystem: "github-actions" + directory: "/.github" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + +- package-ecosystem: "npm" + directory: "/ui" + schedule: + interval: "daily" + open-pull-requests-limit: 5 + +- package-ecosystem: "gomod" + directory: "/installer" + schedule: + interval: "daily" + open-pull-requests-limit: 5