Skip to content

Commit

Permalink
chore: add renovate package rules (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin authored Nov 21, 2024
1 parent 4fa0ce2 commit b3a7020
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>taiga-family/renovate-config"]
"extends": ["github>taiga-family/renovate-config"],
"packageRules": [
{
"matchPackageNames": ["dompurify", "@types/dompurify"],
"enabled": false
}
]
}

0 comments on commit b3a7020

Please sign in to comment.