We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ba41e7 commit 50ebc5eCopy full SHA for 50ebc5e
.circleci/config.yml
.github/dependabot.yml
@@ -6,7 +6,7 @@ updates:
6
schedule:
7
interval: daily
8
open-pull-requests-limit: 10
9
- target-branch: master
+ target-branch: main
10
reviewers:
11
- jhuckabay
12
- nadnoslen
.travis.yml
@@ -21,7 +21,7 @@ env:
21
22
branches:
23
only:
24
- - master
+ - main
25
# npm version tags
26
- /^v\d+\.\d+\.\d+/
27
0 commit comments