Skip to content

Commit

Permalink
Create dependabot.yml (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
arenault-pass authored Feb 22, 2024
1 parent 8dac358 commit 76a7889
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# .github/dependabot.yml
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 10
reviewers:
- "AxelRENAULT92" # Your GitHub username as code reviewer
ignore:
- dependency-name: "react-native"
versions: ["0.72.x"] # Example: Ignoring specific versions
commit-message:
prefix: "chore"
include: "scope"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 76a7889

Please sign in to comment.