From b2a6e94961545d19b715825549430cac186d79cd Mon Sep 17 00:00:00 2001 From: Ivan Dyachkov Date: Thu, 11 Jan 2024 11:24:55 +0100 Subject: [PATCH] ci: enable dependabot --- .github/dependabot.yml | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..4dced5320 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,32 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + reviewers: + - "emqx/emqx-review-board" + schedule: + interval: weekly + groups: + actions: + patterns: + - "*" + - package-ecosystem: github-actions + directory: "/.github/actions/package-macos/" # All subdirectories outside of "/.github/workflows" must be explicitly included. + reviewers: + - "emqx/emqx-review-board" + schedule: + interval: weekly + groups: + actions-package-macos: + patterns: + - "*" + - package-ecosystem: github-actions + directory: "/.github/actions/prepare-jmeter/" # All subdirectories outside of "/.github/workflows" must be explicitly included. + reviewers: + - "emqx/emqx-review-board" + schedule: + interval: weekly + groups: + actions-prepare-jmeter: + patterns: + - "*"