We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f3b5e commit 21391ceCopy full SHA for 21391ce
renovate.json5
@@ -6,6 +6,8 @@
6
semanticCommits: true,
7
// The config we're extending ignores test dirs, but we want to bump some fixture deps
8
ignorePaths: ['**/node_modules/**'],
9
+ // We creating our own package rule that bundles those two together, so let's avoid separate ones
10
+ ignorePresets: ['monorepo:angular', 'monorepo:angular-cli'],
11
packageRules: [
12
// Since we've enabled Renovate (see above) for fixture sites, adjust the config for these.
13
{
0 commit comments