Skip to content

Commit d9608b0

Browse files
committed
chore: update Dependabot configuration
1 parent cf347b1 commit d9608b0

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
# To get started with Dependabot version updates, you'll need to specify which
2-
# package ecosystems to update and where the package manifests are located.
3-
# Please see the documentation for all configuration options:
4-
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5-
61
version: 2
72
updates:
83
- package-ecosystem: "npm"
9-
directory: "/"
4+
directory: "/" # Root directory; change if your package.json is elsewhere
105
schedule:
116
interval: "weekly"
7+
open-pull-requests-limit: 5 # Optional: limit open PRs
8+
labels:
9+
- "dependencies"
10+
- "dependabot"
11+
assignees:
12+
- "krema"

0 commit comments

Comments
 (0)