We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fe33d commit 489c699Copy full SHA for 489c699
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