Skip to content

Commit bc42894

Browse files
authored
Create dependabot.yml (#2)
1 parent e514077 commit bc42894

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)