diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6e5c5ac --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + reviewers: + - "mattermost/cloud-sre" + 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: "10:00" + interval: "weekly"