From 8453e08e44d6d9f23cbc62e959c10ca97625ab65 Mon Sep 17 00:00:00 2001 From: Antonis Stamatiou Date: Tue, 18 Feb 2025 19:01:34 +0200 Subject: [PATCH] feat/Add-dependabot-for-gha (#8606) --- .github/dependabot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 000000000..c39c184c6 --- /dev/null +++ b/.github/dependabot.yaml @@ -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