From c747bbf9b9341b8f63946f265dba3dc0700309ba Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Fri, 20 Oct 2023 10:35:10 -0700 Subject: [PATCH] chore: add dependabot.yml Test dependabot groups --- .github/dependabot.yml | 52 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000000..c967228d07a --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,52 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: /.github + schedule: + interval: "daily" + commit-message: + prefix: "chore" + groups: + all: + patterns: + - "*" + - package-ecosystem: "gomod" + directory: /cli + schedule: + interval: "daily" + commit-message: + prefix: "fix" + groups: + all: + patterns: + - "*" + - package-ecosystem: "gomod" + directory: /infra/blueprint-test + schedule: + interval: "daily" + commit-message: + prefix: "fix" + groups: + all: + patterns: + - "*" + - package-ecosystem: "gomod" + directory: /infra/module-swapper + schedule: + interval: "daily" + commit-message: + prefix: "fix" + groups: + all: + patterns: + - "*" + - package-ecosystem: "gomod" + directory: /infra/utils/fbf + schedule: + interval: "daily" + commit-message: + prefix: "fix" + groups: + all: + patterns: + - "*"