Skip to content

Commit

Permalink
Merge branch 'master' of github.com:pustovitDmytro/npm-boilerplate
Browse files Browse the repository at this point in the history
  • Loading branch information
pustovitDmytro committed Apr 26, 2021
2 parents 635552b + 6c08899 commit d2cbfde
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 648 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
<<: *cache-defaults
- run:
name: Create Release
command: npm semantic-release
command: npm run semantic-release

workflows:
version: 2
Expand Down
27 changes: 27 additions & 0 deletions .renovaterc
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"extends": [
"config:base",
":semanticCommits",
":semanticCommitScopeDisabled",
":preserveSemverRanges",
":pinDependencies",
":prHourlyLimit1",
":maintainLockFilesMonthly",
":combinePatchMinorReleases"
],
"packageRules": [
{
"matchPackagePatterns": [
"*"
],
"semanticCommitType": "Chore"
},
{
"matchDepTypes": [
"dependencies",
"require"
],
"semanticCommitType": "Fix"
}
]
}
Loading

0 comments on commit d2cbfde

Please sign in to comment.