Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 11 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,20 @@
":dependencyDashboard",
"helpers:pinGitHubActionDigests"
],
"npmrc": "@wave-av:registry=https://npm.pkg.github.com",
"dependencyDashboard": true,
"npmrc": "@wave-av:registry=https://npm.pkg.github.com/",
"hostRules": [
{
"hostType": "npm",
"matchHost": "https://npm.pkg.github.com/",
"token": "{{ secrets.WAVE_AV_NPM_PKG_GITHUB_TOKEN }}"
}
],
"packageRules": [
{
"description": "WAVE internal packages (the spoke-chassis): keep every spoke on the LATEST published version. Labeled chassis-automerge so the renovate-reaper (wave-foundation) auto-approves + squash-merges these after its diff/lockfile/deploy gates — which then triggers each spoke's deploy-on-merge.",
"matchPackagePatterns": [
"^@wave-av/"
"matchPackageNames": [
"@wave-av/**"
],
"rangeStrategy": "bump",
"semanticCommitType": "chore",
Expand Down