-
Notifications
You must be signed in to change notification settings - Fork 68
/
dependabot.yml
62 lines (52 loc) · 1.93 KB
/
dependabot.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for event-driven-developers-tale
- package-ecosystem: "npm"
directory: "/event-driven-developers-tale/"
schedule:
interval: "daily"
# Maintain dependencies for hexagonal-architectures
- package-ecosystem: "npm"
directory: "/hexagonal-architectures/"
schedule:
interval: "daily"
# Maintain dependencies for micro-frontends-module-federation/accountdetails
- package-ecosystem: "npm"
directory: "/micro-frontends-module-federation/accountdetails/"
schedule:
interval: "daily"
# Maintain dependencies for micro-frontends-module-federation/appshell
- package-ecosystem: "npm"
directory: "/micro-frontends-module-federation/appshell/"
schedule:
interval: "daily"
# Maintain dependencies for micro-frontends-module-federation/catalogue
- package-ecosystem: "npm"
directory: "/micro-frontends-module-federation/catalogue/"
schedule:
interval: "daily"
# Maintain dependencies for micro-frontends-module-federation/myaccount
- package-ecosystem: "npm"
directory: "/micro-frontends-module-federation/myaccount/"
schedule:
interval: "daily"
# Maintain dependencies for micro-frontends-module-federation/paymentdetails
- package-ecosystem: "npm"
directory: "/micro-frontends-module-federation/paymentdetails/"
schedule:
interval: "daily"
# Maintain dependencies for micro-frontends-module-federation/signin
- package-ecosystem: "npm"
directory: "/micro-frontends-module-federation/signin/"
schedule:
interval: "daily"
# Maintain dependencies for lambda-powertools-feature-flags
- package-ecosystem: "pip"
directory: "/lambda-powertools-feature-flags/app/"
schedule:
interval: "daily"