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 bdfd49a commit 17cede7Copy full SHA for 17cede7
README.md
@@ -1 +1,14 @@
1
-# renovate-config
+# 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
@@ -10,7 +10,7 @@
"author": "Mariusz Rajczakowski <[email protected]> (http://mariuszrajczakowski.me)",
"license": "MIT",
"renovate-config": {
- "base": {
+ "webapp": {
"extends": [
15
"config:js-app"
16
],
0 commit comments