Skip to content
This repository has been archived by the owner on Jan 26, 2024. It is now read-only.

Commit

Permalink
added dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
xtreem88 committed Sep 12, 2023
1 parent fb1532f commit b8219a8
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 b8219a8

Please sign in to comment.