From 2d4f7ae01d16f0799c263abcbfe46fc0779706c5 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Fri, 25 Oct 2024 09:12:13 +0300 Subject: [PATCH] feat: Enable Github Actions dependabot (#28907) --- .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 0000000000..c39c184c6d --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "mattermost/core-build-engineers" + open-pull-requests-limit: 5 + groups: + Github Actions updates: + applies-to: version-updates + dependency-type: production + schedule: + # Check for updates to GitHub Actions every week + day: "monday" + time: "09:00" + interval: "weekly" \ No newline at end of file