File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,28 @@ updates:
123
123
- " @swc/jest"
124
124
- " @types/jest"
125
125
126
+ - package-ecosystem : " npm"
127
+ directory : " /offlinedocs/"
128
+ schedule :
129
+ interval : " monthly"
130
+ time : " 06:00"
131
+ timezone : " America/Chicago"
132
+ reviewers :
133
+ - " coder/ts"
134
+ commit-message :
135
+ prefix : " chore"
136
+ labels : []
137
+ ignore :
138
+ # Ignore patch updates for all dependencies
139
+ - dependency-name : " *"
140
+ update-types :
141
+ - version-update:semver-patch
142
+ # Ignore major updates to Node.js types, because they need to
143
+ # correspond to the Node.js engine version
144
+ - dependency-name : " @types/node"
145
+ update-types :
146
+ - version-update:semver-major
147
+
126
148
# Update dogfood.
127
149
- package-ecosystem : " docker"
128
150
directory : " /dogfood/"
You can’t perform that action at this time.
0 commit comments