Skip to content

Commit 17cede7

Browse files
committed
added readme
1 parent bdfd49a commit 17cede7

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,14 @@
1-
# renovate-config
1+
# Renovate Config
2+
> Package containing kube-js' configs for renovate.
3+
4+
### Usage
5+
1. Create a "renovate.json" file in the root of your repository
6+
### Renovate Config Example
7+
```json
8+
{
9+
"extends": ["@kube-js:webapp"]
10+
}
11+
```
12+
13+
2. Enable Renovate for your repository using [Renovate's Github integration](https://github.com/apps/renovate/installations/new).
14+

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"author": "Mariusz Rajczakowski <[email protected]> (http://mariuszrajczakowski.me)",
1111
"license": "MIT",
1212
"renovate-config": {
13-
"base": {
13+
"webapp": {
1414
"extends": [
1515
"config:js-app"
1616
],

0 commit comments

Comments
 (0)