From 0ca0795da4da90bf264bfbab95f6371b547f97c0 Mon Sep 17 00:00:00 2001 From: Bradley Jones Date: Thu, 9 Nov 2023 10:36:47 +0000 Subject: [PATCH] ci: add dependabot config Signed-off-by: Bradley Jones --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..82f3cfe --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + commit-message: + prefix: "feat" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + open-pull-requests-limit: 10 + commit-message: + prefix: "ci"