Skip to content

Commit

Permalink
push to github, v0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: tunnckoCore <mameto2011@gmail.com>
  • Loading branch information
tunnckoCore committed Oct 9, 2017
1 parent cd9da35 commit 309a852
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2017 tunnckoCore
Copyright (c) 2017-present tunnckoCore

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
42 changes: 42 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"name": "renovate-config-tunnckocore",
"version": "0.2.0",
"description": "Renovate Shareable config for @tunnckoCore organization",
"repository": "tunnckoCore/renovate-config-tunnckocore",
"author": "Charlike Mike Reagent <@tunnckoCore> (https://i.am.charlike.online)",
"nspId": "todo",
"scripts": {},
"license": "MIT",
"dependencies": {},
"devDependencies": {},
"keywords": [
"renovate",
"renovate-app",
"renovateapp",
"config",
"shareable",
"shareable config",
"shareable-config"
],
"renovate-config": {
"default": {
"enabled": true,
"pinVersions": true,
"unpublishSafe": false,
"ignoreUnstable": false,
"respectLatest": true,
"rebaseStalePrs": true,
"semanticCommits": true,
"labels": [
"deps",
"renovate"
],
"automerge": "minor",
"automergeType": "pr",
"prCreation": "not-pending",
"ignoreDeps": [
"semantic-release"
]
}
}
}

0 comments on commit 309a852

Please sign in to comment.