Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Please see the documentation for all configuration options:
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
1 change: 0 additions & 1 deletion src/__flow-tests__/nav-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import React, { type ComponentType } from 'react';
import {
createStackNavigator,
type StackNavigationProp,
TransitionPresets,
} from '@react-navigation/stack';

import { type RouteProp, type RouteParamsOf } from '../react-navigation';
Expand Down
2 changes: 1 addition & 1 deletion src/unread/unreadModelTypes.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* @flow strict-local */
import Immutable from 'immutable';
import type Immutable from 'immutable';

import type { HuddlesUnreadItem, PmsUnreadItem } from '../api/apiTypes';

Expand Down