We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e514077 commit bc42894Copy full SHA for bc42894
1 file changed
.github/dependabot.yml
@@ -0,0 +1,9 @@
1
+# Dependabot configuration to update npm packages weekly
2
+version: 2
3
+updates:
4
+ - package-ecosystem: "npm"
5
+ directory: "/" # Location of your package.json and package-lock.json
6
+ schedule:
7
+ interval: "weekly"
8
+ day: "tuesday"
9
+ open-pull-requests-limit: 10 # Optional: prevents PR spam by limiting active updates
0 commit comments