Skip to content

Commit b23f93b

Browse files
committed
build: add required fields to dependabot configuration
The configuration is currently only used for automated security updates.
1 parent 97ba359 commit b23f93b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@ version: 2
33
updates:
44
- package-ecosystem: "npm"
55
directory: "/"
6+
schedule:
7+
interval: "daily"
68
commit-message:
79
prefix: "build"
810
labels:
911
- "comp: build & ci"
1012
- "PR target: master & patch"
1113
- "PR action: merge"
14+
# Disable version updates
15+
# This does not affect security updates
16+
open-pull-requests-limit: 0

0 commit comments

Comments
 (0)