diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 00000000..571e4b32 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,17 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "mattermost/core-build-engineers" + - "devinbinnie" + 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