Skip to content

Commit

Permalink
Configure dependabot to update devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknovitski committed Sep 11, 2024
1 parent da46ebf commit ff2e2e1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @expo/push-notifications
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 3
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 3
allow:
- dependency-type: "development"
ignore:
- dependency-name: "@types*"
groups:
jest:
patterns:
- "jest"
- "ts-jest"
lint:
patterns:
- "eslint*"
- "prettier"

0 comments on commit ff2e2e1

Please sign in to comment.