We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 830020d commit cc65916Copy full SHA for cc65916
.github/dependabot.yaml
@@ -123,6 +123,28 @@ updates:
123
- "@swc/jest"
124
- "@types/jest"
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
146
+ - version-update:semver-major
147
+
148
# Update dogfood.
149
- package-ecosystem: "docker"
150
directory: "/dogfood/"
0 commit comments