Skip to content

Commit e411ba6

Browse files
committed
update dependabot.yml
1 parent b34d50f commit e411ba6

File tree

1 file changed

+20
-14
lines changed

1 file changed

+20
-14
lines changed

.github/dependabot.yml

Lines changed: 20 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,39 @@
11
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
2-
# NOTE: all ecosystems are set to 0, because we do our own dependencies upgrades. This configuration is just to make
3-
# GitHub aware of the relevant ecosystems we use.
2+
# NOTE: some ecosystems are set to 0, when we do our own dependencies upgrades. These configurations are just to make
3+
# GitHub aware of the relevant ecosystems.
44

55
version: 2
66
updates:
77
- package-ecosystem: npm
88
directory: /
99
schedule:
10-
interval: daily
11-
time: "11:00"
10+
interval: weekly
11+
day: tuesday
12+
time: "08:00"
1213
timezone: Europe/Berlin
1314
allow:
1415
- dependency-type: production
15-
open-pull-requests-limit: 0
16+
groups:
17+
all-npm-dependencies:
18+
patterns:
19+
- "*"
1620

1721
- package-ecosystem: bundler
1822
directory: /docs
1923
schedule:
20-
interval: daily
21-
time: "11:00"
24+
interval: weekly
25+
day: tuesday
26+
time: "08:00"
2227
timezone: Europe/Berlin
23-
allow:
24-
- dependency-type: direct
25-
open-pull-requests-limit: 0
2628

2729
- package-ecosystem: github-actions
28-
directory: /.github
30+
directory: /
2931
schedule:
30-
interval: daily
31-
time: "11:00"
32+
interval: weekly
33+
day: tuesday
34+
time: "08:00"
3235
timezone: Europe/Berlin
33-
open-pull-requests-limit: 0
36+
groups:
37+
all-action-dependencies:
38+
patterns:
39+
- "*"

0 commit comments

Comments
 (0)