Skip to content

Commit f93eba4

Browse files
Fix dependabot.yml configuration for repository structure
Co-authored-by: jonathanbossenger <180629+jonathanbossenger@users.noreply.github.com>
1 parent 874f256 commit f93eba4

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,18 @@
55

66
version: 2
77
updates:
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"

0 commit comments

Comments
 (0)