Skip to content

Commit 1ed20c5

Browse files
committed
Auto merge of #1971 - Turbo87:dependabot, r=carols10cents
Add dependabot configuration file see https://dependabot.com/docs/config-file/ as discussed via Discord, I generally prefer the configuration files as it is more explicit and transparent than configuration via the dashboard. the other advantage is that not only organization admins can configure it now via PRs. :) /cc @carols10cents
2 parents 4636a2e + 999cc70 commit 1ed20c5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.dependabot/config.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 1
2+
update_configs:
3+
- package_manager: "javascript"
4+
directory: "/"
5+
update_schedule: "weekly"
6+
version_requirement_updates: "increase_versions"
7+
commit_message:
8+
prefix: ""

0 commit comments

Comments
 (0)