From 4a8179f96b53dcd757be16d254fae3120b290aae Mon Sep 17 00:00:00 2001 From: Andrew Peabody Date: Tue, 24 Oct 2023 16:32:44 -0700 Subject: [PATCH] chore: add dependabot.yml (#1891) --- .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: + - "*"