1 parent 9f77b41 commit 5726605Copy full SHA for 5726605
1 file changed
.github/dependabot.yml
@@ -0,0 +1,18 @@
1
+version: 2
2
+updates:
3
+ - package-ecosystem: npm
4
+ directory: /
5
+ schedule:
6
+ interval: weekly
7
+ open-pull-requests-limit: 5
8
+ ignore:
9
+ # file-type v22+ requires Node.js 22; zaileys supports Node >=20.
10
+ # Revisit when the minimum supported Node version is raised to 22.
11
+ - dependency-name: file-type
12
+ update-types:
13
+ - version-update:semver-major
14
+ - package-ecosystem: github-actions
15
16
17
18
0 commit comments