Skip to content

Commit

Permalink
feat: ignore packageManager in renovate (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmeligio authored Mar 8, 2024
1 parent f7d3d82 commit c6c4818
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
9 changes: 9 additions & 0 deletions renovate.json5

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions src/patch/JsiiProjectPatch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ export class JsiiProjectPatch extends JsiiProject {
{
groupName: 'github-actions',
matchDatasources: ['github-tags'],
},
{
matchDatasources: ['npm'],
matchDepTypes: ['packageManager'],
enabled: false,
}
);

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
},
"pnpm": {
"currentDigest": "sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"currentValue": "8.15.4",
"currentValue": "8.15.4+sha256.cea6d0bdf2de3a0549582da3983c70c92ffc577ff4410cbf190817ddc35137c2",
"currentVersion": "8.15.4",
"datasource": "npm",
"depType": "packageManager",
Expand Down

0 comments on commit c6c4818

Please sign in to comment.