Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
flotwig committed Jan 22, 2021
2 parents a2e7f65 + a5e39d4 commit 6d2ab43
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -63,9 +63,9 @@
"repositoryUrl": "https://github.com/cypress-io/get-windows-proxy.git"
},
"devDependencies": {
"ban-sensitive-files": "1.9.2",
"ban-sensitive-files": "1.9.14",
"chai": "4.2.0",
"dependency-check": "3.3.0",
"dependency-check": "3.4.1",
"deps-ok": "1.4.1",
"eslint": "5.14.1",
"eslint-plugin-cypress-dev": "2.0.0",
Expand Down
23 changes: 15 additions & 8 deletions renovate.json
Expand Up @@ -3,19 +3,26 @@
"config:base"
],
"automerge": true,
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟",
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}{{newVersionMajor}}.x{{else}}{{newVersion}}{{/if}}{{/if}} 🌟",
"major": {
"automerge": false
},
"minor": {
"automerge": false
},
"prConcurrentLimit": 3,
"prHourlyLimit": 2,
"rangeStrategy": "bump",
"separateMultipleMajor": true,
"labels": [
"type: dependencies",
"renovate"
],
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟",
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}{{newVersionMajor}}.x{{else}}{{newVersion}}{{/if}}{{/if}} 🌟",
"prHourlyLimit": 1,
"prConcurrentLimit": 1,
"updateNotScheduled": false,
"timezone": "America/New_York",
"schedule": [
"after 10pm and before 5am on every weekday",
"every weekend"
]
}
"before 3am on the first day of the month"
],
"dependencyDashboardApproval": true
}

0 comments on commit 6d2ab43

Please sign in to comment.