File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
5+ version : 2
6+ updates :
7+ - package-ecosystem : " maven"
8+ directory : " /"
9+ schedule :
10+ interval : " weekly"
11+ open-pull-requests-limit : 3
12+ cooldown :
13+ deafult-days : 10
14+ ignore :
15+ - dependency-name : " org.apache.calcite:calcite-core"
16+ - dependency-name : " org.apache.calcite:calcite-linq4j"
17+ - dependency-name : " org.apache.calcite.avatica:avatica-core"
18+
19+ - dependency-name : " org.springframework:*"
20+ - dependency-name : " org.springframework.*:*"
21+
22+ - dependency-name : " junit:junit"
23+
24+ - dependency-name : " com.h2database:h2"
You can’t perform that action at this time.
0 commit comments