Skip to content

Commit

Permalink
ci: Set automerge to false for npm
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 6, 2024
1 parent b28845a commit 014da2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
matchStrings: ["https://github.com/(?<depName>.*)/releases/download/(?<currentValue>.*)/.*.tar.gz"],
datasourceTemplate: "github-release-attachments"
}
]
],
"packageRules": [
{
"packageName": "*",
"dependencyType": "direct",
"manager": "npm",
"enabled": false
"automerge": false
}
]
}

0 comments on commit 014da2a

Please sign in to comment.