Skip to content

Commit 05f9817

Browse files
committed
update dependabot.yml
1 parent 67918a2 commit 05f9817

File tree

1 file changed

+15
-14
lines changed

1 file changed

+15
-14
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -3,25 +3,26 @@
33
version: 2
44
updates:
55
- package-ecosystem: npm
6-
directory: "/"
6+
directory: /
77
schedule:
88
interval: daily
9-
time: "11:00"
10-
timezone: "Europe/Berlin"
9+
time: 11:00
10+
timezone: Europe/Berlin
1111
allow:
1212
- dependency-type: production
1313

14-
- package-ecosystem: github-actions
15-
directory: "/"
14+
- package-ecosystem: bundler
15+
directory: /docs
1616
schedule:
1717
interval: daily
18-
time: "11:00"
19-
timezone: "Europe/Berlin"
18+
time: 11:00
19+
timezone: Europe/Berlin
20+
allow:
21+
- dependency-type: direct
2022

21-
# NOTE: excluding directories does not work
22-
# https://github.com/dependabot/dependabot-core/issues/4364
23-
# the bundler in /docs is only used locally for validating documentation changes
24-
# - package-ecosystem: bundler
25-
# directory: "/docs"
26-
# ignore:
27-
# - dependency-name: "*"
23+
- package-ecosystem: github-actions
24+
directory: /.github
25+
schedule:
26+
interval: daily
27+
time: 11:00
28+
timezone: Europe/Berlin

0 commit comments

Comments
 (0)