Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
chore: update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jun 2, 2021
1 parent 0edf587 commit b367404
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
10 changes: 6 additions & 4 deletions renovate.json → .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,17 @@
"config:base",
":semanticCommits",
":semanticCommitScopeDisabled",
":automergeMinor",
":automergeBranch",
":maintainLockFilesWeekly",
":enableVulnerabilityAlertsWithLabel(security)",
":preserveSemverRanges"
":enableVulnerabilityAlertsWithLabel(security)"
],
"rangeStrategy": "bump",
"enabledManagers": [
"npm"
],
"lockFileMaintenance": {
"automerge": true,
"automergeType": "branch"
},
"packageRules": [
{
"packagePatterns": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
"apollo-upload-client": "^14.1.3",
"array-move": "^3.0.1",
"axios": "^0.21.1",
"cesium": "^1.76.0",
"cesium": "^1.82.0",
"cesium-navigation": "^1.0.0",
"core-js": "^3.8.3",
"date-fns": "^2.17.0",
Expand Down
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5866,7 +5866,7 @@ cesium-navigation@^1.0.0:
resolved "https://registry.yarnpkg.com/cesium-navigation/-/cesium-navigation-1.0.0.tgz#5ff47befe1fd89f87483cc2ff7013e604e9920b1"
integrity sha512-tpQEzzpBfplTgKJWxOE5BAliWYMRIgfTd/oL6tVi/G2FPt5luca7dwi8vesiWxsS90kUHTw8949i8t02m3hgaA==

cesium@^1.76.0:
cesium@^1.82.0:
version "1.82.1"
resolved "https://registry.yarnpkg.com/cesium/-/cesium-1.82.1.tgz#ca231d4dee8bc02126dfbd57e9474b7bd65d8f40"
integrity sha512-BpyQ3KF6ZPPicW5L3khPJA0fKWL1ViA5cV1hFa/8zWiJ/1ix3+kyzrvaAlUdy/knn9xY70ePnNYwokIs+d2znw==
Expand Down

0 comments on commit b367404

Please sign in to comment.