Skip to content

Commit

Permalink
ci: added dependabot config (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
xtreem88 authored Sep 12, 2023
1 parent 5ea1374 commit 9e1116d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Dependabot helps update dependencies to keep them up-to-date.
# Configuration docs: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 1
reviewers:
- "customerio/mobile"
commit-message:
prefix: "chore"
include: "scope"
groups:
github-action-dependencies:
patterns:
- "*"

0 comments on commit 9e1116d

Please sign in to comment.