Skip to content

Commit

Permalink
feat: Enable Github Actions dependabot (mattermost#28907)
Browse files Browse the repository at this point in the history
  • Loading branch information
toninis authored Oct 25, 2024
1 parent fbdf3cb commit 2d4f7ae
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 2d4f7ae

Please sign in to comment.