File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Copyright (c) ONNX Project Contributors
2
+ #
3
+ # SPDX-License-Identifier: Apache-2.0
4
+
5
+ # To get started with Dependabot version updates, you'll need to specify which
6
+ # package ecosystems to update and where the package manifests are located.
7
+ # Please see the documentation for all configuration options:
8
+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
9
+
10
+ version : 2
11
+ updates :
12
+ - package-ecosystem : " pip" # See documentation for possible values
13
+ directory : " /" # Location of package manifests
14
+ schedule :
15
+ interval : " monthly"
16
+ ignore :
17
+ # Only update them manually since updating them might break compatibility
18
+ - dependency-name : " numpy"
19
+ - dependency-name : " protobuf"
20
+ open-pull-requests-limit : 10
21
+
22
+ - package-ecosystem : " github-actions"
23
+ # Workflow files stored in the
24
+ # default location of `.github/workflows`
25
+ directory : " /"
26
+ schedule :
27
+ interval : " monthly"
28
+ open-pull-requests-limit : 20
29
+ labels :
30
+ - " github_actions"
31
+
You can’t perform that action at this time.
0 commit comments