Skip to content

Commit 949ccde

Browse files
authored
Merge pull request #3402 from jupyter-widgets/dependabot-fix
Limit dependabot to run-time dependencies only.
2 parents 8a835af + 59f350c commit 949ccde

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
6+
version: 2
7+
# PR limit is set to zero to get only security updates
8+
# Ref https://github.com/dependabot/dependabot-core/issues/2521#issuecomment-863261500
9+
updates:
10+
- package-ecosystem: npm
11+
directory: "/"
12+
schedule:
13+
interval: "daily"
14+
open-pull-requests-limit: 0 # in case you don't want to enable version updates
15+
allow:
16+
- dependency-type: "production"

0 commit comments

Comments
 (0)