Skip to content

Commit 48436d1

Browse files
authored
build: update renovate config (#31447)
Updates the Renovate config to skip more dependencies and to not touch integration tests and the Stackblitz template.
1 parent 06d7384 commit 48436d1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>angular/dev-infra//renovate-presets/default.json5"],
44
"packageRules": [],
5-
"ignoreDeps": ["stylelint", "selenium-webdriver"]
5+
"ignoreDeps": ["stylelint", "selenium-webdriver", "@types/selenium-webdriver", "typescript"],
6+
"ignorePaths": ["docs/src/assets/stackblitz/**", "integration/**"]
67
}

0 commit comments

Comments
 (0)