Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Nov 6, 2023
1 parent 6096d8a commit 867839b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>taiga-family/renovate-config"],
"automerge": false
"packageRules": [
{
"matchUpdateTypes": ["major"],
"matchPackagePatterns": [
"^@angular.*",
"^@schematics.*",
"^@nguniversal.*",
"jest-preset-angular",
"ng-yandex-metrika",
"ngx-highlightjs",
"ngx-markdown",
"ng-packagr",
"parse5",
"core-js",
"zone.js",
"rxjs"
],
"enabled": true
}
]
}

0 comments on commit 867839b

Please sign in to comment.