Skip to content

Commit

Permalink
chore: disable some packages for renovate (#1895)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Dec 18, 2024
1 parent 19873df commit 9d75bcd
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,15 @@
],
"executionMode": "branch",
"fileFilters": ["package-lock.json"]
}
},
"packageRules": [
{
"matchPackageNames": ["/^@nx.*/", "/^nx$/"],
"enabled": false
},
{
"matchPackageNames": ["jest-preset-angular"],
"enabled": false
}
]
}

0 comments on commit 9d75bcd

Please sign in to comment.