Skip to content

Commit d115623

Browse files
committed
chore: add npm and docker to dependabot
- Monitor npm dependencies for security updates - Monitor Docker base images for updates
1 parent cd224f9 commit d115623

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/dependabot.yml

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,26 @@ updates:
2222
time: "09:00"
2323
timezone: Europe/London
2424
open-pull-requests-limit: 5
25+
26+
- package-ecosystem: npm
27+
directory: /
28+
schedule:
29+
interval: weekly
30+
day: monday
31+
time: "09:00"
32+
timezone: Europe/London
33+
open-pull-requests-limit: 10
34+
groups:
35+
minor-and-patch:
36+
update-types:
37+
- minor
38+
- patch
39+
40+
- package-ecosystem: docker
41+
directory: /
42+
schedule:
43+
interval: weekly
44+
day: monday
45+
time: "09:00"
46+
timezone: Europe/London
47+
open-pull-requests-limit: 5

0 commit comments

Comments
 (0)