Skip to content

Commit

Permalink
chore: add renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelly Selden committed Sep 12, 2019
1 parent 5e46230 commit b0cf52e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"monorepo-next": "0.1.2",
"remark-cli": "^7.0.0",
"remark-preset-lint-crowdstrike": "^1.0.2",
"renovate-config-standard": "^2.0.0",
"serve-static": "^1.14.1",
"sinon-chai": "3.3.0"
}
Expand Down
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"extends": [
"standard"
]
}
5 changes: 5 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4342,6 +4342,11 @@ remark@^11.0.0:
remark-stringify "^7.0.0"
unified "^8.2.0"

renovate-config-standard@^2.0.0:
version "2.0.0"
resolved "https://registry.npmjs.org/renovate-config-standard/-/renovate-config-standard-2.0.0.tgz#4474b69ced02f7e14866dd19421a6e8a008427d7"
integrity sha512-QhKlkh8BCTFIFdSgWDbyAAO2dWkmy4ex7Ax62Slo5OE3Vc710a1k1dD+5JNpdBuSRPt6+uW47AD79Y+CP0+rhg==

repeat-string@^1.5.0, repeat-string@^1.5.4:
version "1.6.1"
resolved "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz#8dcae470e1c88abc2d600fff4a776286da75e637"
Expand Down

0 comments on commit b0cf52e

Please sign in to comment.