mirror of
https://github.com/verdaccio/verdaccio.git
synced 2024-12-16 21:56:25 -05:00
chore: update renovate
This commit is contained in:
parent
e364d073d7
commit
69d0c621e7
1 changed files with 9 additions and 1 deletions
|
@ -1,7 +1,15 @@
|
||||||
{
|
{
|
||||||
"extends": ["config:base", "schedule:earlyMondays", "helpers:pinGitHubActionDigests"],
|
"extends": ["config:base", "schedule:earlyMondays", "helpers:pinGitHubActionDigests"],
|
||||||
"prConcurrentLimit": 1,
|
"prConcurrentLimit": 1,
|
||||||
"ignorePaths": ["docker-examples/**"],
|
"ignorePaths": [
|
||||||
|
"docker-examples/**",
|
||||||
|
"e2e/cli/e2e-yarn2/yarn-project/**",
|
||||||
|
"e2e/cli/e2e-yarn3/yarn-project/**",
|
||||||
|
"e2e/cli/e2e-yarn4/yarn-project/**",
|
||||||
|
"e2e/cli/e2e-yarn2/yarn-install/**",
|
||||||
|
"e2e/cli/e2e-yarn3/yarn-install/**",
|
||||||
|
"e2e/cli/e2e-yarn4/yarn-install/**"
|
||||||
|
],
|
||||||
"ignoreDeps": [
|
"ignoreDeps": [
|
||||||
"eslint-plugin-verdaccio",
|
"eslint-plugin-verdaccio",
|
||||||
"@verdaccio/test-helper",
|
"@verdaccio/test-helper",
|
||||||
|
|
Loading…
Reference in a new issue