File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 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
218218Read the [ contributing guide] ( CONTRIBUTING.md )
219+
220+ [ renovate-badge ] : https://img.shields.io/badge/renovate-app-blue.svg
221+ [ renovate-app ] : https://renovateapp.com/
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments