chore: weekly dependabot updates (#1666)
Michael Smith committed
Jul 10, 2025 at 08:19 UTC
2c9b68699a546526c00384b4671a49cccaff1f72
2 files changed
+2
-1
.github/dependabot.yml
+1
-1
@@ -6,7 +6,7 @@ updates:
6
- package-ecosystem: npm
7
directory: /
8
schedule:
9
- interval: daily
9
+ interval: weekly
10
target-branch: "main"
11
allow:
12
- dependency-type: direct
package.json
+1
@@ -107,6 +107,7 @@
107
"//@npmcli/template-oss": "This file is partially managed by @npmcli/template-oss. Edits may be overwritten.",
108
"version": "4.25.0",
109
"content": "./scripts/template-oss",
110
+ "dependabotInterval": "weekly",
111
"allowPaths": [
112
"cli-cache.json"
113
]