Skip to content

Commit

Permalink
chore: update renovate config to add slack label on major updates (#4457
Browse files Browse the repository at this point in the history
)

* fix: set update range strategy and add slack label to major updates

* fix: only check for direct dependencies when validating lock file
  • Loading branch information
christjt authored May 7, 2024
1 parent db7fbfc commit 1ab5904
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
if: steps.cargo_cache.outputs.cache-hit != 'true'
working-directory: viewer
continue-on-error: false
run: cargo update --locked
run: cargo update --workspace --locked

build-viewer:
needs: [changes, populate-caches]
Expand Down
2 changes: 2 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"groupSlug": "all-minor-patch",
"matchPackagePatterns": ["*"],
"excludePackagePatterns": ["three", "@types/three"],
"rangeStrategy": "bump",
"automerge": true,
"stabilityDays": 3,
"internalChecksFilter": "strict",
Expand All @@ -25,6 +26,7 @@
"matchUpdateTypes": ["major"],
"matchPackagePatterns": ["*"],
"excludePackagePatterns": ["three", "@types/three"],
"addLabels": ["slack"],
"automerge": false,
"stabilityDays": 10,
"internalChecksFilter": "strict",
Expand Down

0 comments on commit 1ab5904

Please sign in to comment.