File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed
Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 55
66version : 2
77updates :
8- # Enable version updates for npm
8+ # Enable version updates for npm in copyright-date-block
99 - package-ecosystem : " npm"
10- # Look for `package.json` and `lock` files in the listed directories
11- directories :
12- - " /copyright-date-block"
13- - " /dynamic-copyright-date-block"
10+ # Look for `package.json` and `lock` files in the `copyright-date-block` directory
11+ directory : " /copyright-date-block"
1412 # Check the npm registry for updates every week
1513 schedule :
1614 interval : " weekly"
1715
18- # Enable version updates for composer
19- - package-ecosystem : " composer"
20- # Look for `composer.json` and `lock` files in the listed directories
21- directories :
22- - " /copyright-date-block"
23- - " /dynamic-copyright-date-block"
24- # Check the composer registry for updates every week
16+ # Enable version updates for npm in dynamic-copyright-date-block
17+ - package-ecosystem : " npm"
18+ # Look for `package.json` and `lock` files in the `dynamic-copyright-date-block` directory
19+ directory : " /dynamic-copyright-date-block"
20+ # Check the npm registry for updates every week
2521 schedule :
2622 interval : " weekly"
You can’t perform that action at this time.
0 commit comments