Skip to content

Commit c90a780

Browse files
committed
chore: add renovate, close #8
1 parent ffda128 commit c90a780

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# netlify-plugin-cypress [![CircleCI](https://circleci.com/gh/cypress-io/netlify-plugin-cypress/tree/master.svg?style=svg&circle-token=9cbb587a5a0ae4ce28b011dd03d10d66de906708)](https://circleci.com/gh/cypress-io/netlify-plugin-cypress/tree/master)
1+
# netlify-plugin-cypress [![CircleCI](https://circleci.com/gh/cypress-io/netlify-plugin-cypress/tree/master.svg?style=svg&circle-token=9cbb587a5a0ae4ce28b011dd03d10d66de906708)](https://circleci.com/gh/cypress-io/netlify-plugin-cypress/tree/master) [![renovate-app badge][renovate-badge]][renovate-app]
22
> Runs Cypress end-to-end tests after Netlify builds the site but before it is deployed
33
44
**Note:** currently the built site is served statically and tested _without proxying redirects_.
@@ -216,3 +216,6 @@ This project is licensed under the terms of the [MIT license](LICENSE.md).
216216
## Contributing
217217

218218
Read the [contributing guide](CONTRIBUTING.md)
219+
220+
[renovate-badge]: https://img.shields.io/badge/renovate-app-blue.svg
221+
[renovate-app]: https://renovateapp.com/

renovate.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"extends": [
3+
"config:base"
4+
],
5+
"automerge": true,
6+
"major": {
7+
"automerge": false
8+
},
9+
"masterIssue": true,
10+
"labels": [
11+
"type: dependencies",
12+
"renovate"
13+
],
14+
"packageRules": [
15+
{
16+
"packagePatterns": ["*"],
17+
"excludePackagePatterns": [
18+
"ecstatic",
19+
"cypress",
20+
"netlify-cli",
21+
"got"
22+
],
23+
"enabled": false
24+
}
25+
]
26+
}

0 commit comments

Comments
 (0)