forked from Scottcjn/Rustchain
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
181 lines (168 loc) · 4.01 KB
/
Copy pathdependabot.yml
File metadata and controls
181 lines (168 loc) · 4.01 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
# Dependabot Configuration for RustChain
# Issue: #1613 - Dependency Management Automation
# Docs: See DEPENDABOT.md for policy and usage guidelines
version: 2
registries: {}
updates:
# Python ecosystem - root level
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 5
groups:
python-security:
applies-to: security-updates
patterns:
- "*"
python-dev-dependencies:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
# Python ecosystem - tests
- package-ecosystem: "pip"
directory: "/tests"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 3
# Python ecosystem - SDK
- package-ecosystem: "pip"
directory: "/sdk/python"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 3
# Python ecosystem - integrations
- package-ecosystem: "pip"
directory: "/integrations/mcp-server"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 2
# Python ecosystem - rustchainnode
- package-ecosystem: "pip"
directory: "/rustchainnode"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 2
# Rust ecosystem - wallet
- package-ecosystem: "cargo"
directory: "/rustchain-wallet"
schedule:
interval: "weekly"
day: "tuesday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 3
groups:
rust-security:
applies-to: security-updates
patterns:
- "*"
rust-minor-patch:
applies-to: version-updates
patterns:
- "*"
update-types:
- "minor"
- "patch"
# Rust ecosystem - RIPs
- package-ecosystem: "cargo"
directory: "/rips"
schedule:
interval: "weekly"
day: "tuesday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 2
# npm ecosystem - contracts
- package-ecosystem: "npm"
directory: "/contracts/erc20"
schedule:
interval: "weekly"
day: "wednesday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 3
groups:
npm-security:
applies-to: security-updates
patterns:
- "*"
npm-production:
applies-to: version-updates
dependency-type: "production"
update-types:
- "minor"
- "patch"
npm-development:
applies-to: version-updates
dependency-type: "development"
update-types:
- "minor"
- "patch"
# npm ecosystem - onboard
- package-ecosystem: "npm"
directory: "/onboard"
schedule:
interval: "weekly"
day: "wednesday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 2
# npm ecosystem - react-native-wallet
- package-ecosystem: "npm"
directory: "/react-native-wallet"
schedule:
interval: "weekly"
day: "wednesday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 2
# npm ecosystem - snap
- package-ecosystem: "npm"
directory: "/snap"
schedule:
interval: "weekly"
day: "wednesday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 2
# npm ecosystem - solana
- package-ecosystem: "npm"
directory: "/solana"
schedule:
interval: "weekly"
day: "wednesday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 2
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "thursday"
time: "06:00"
timezone: "UTC"
open-pull-requests-limit: 5
groups:
github-actions:
patterns:
- "*"