Skip to content

Commit d49aa23

Browse files
authored
IGNITE-28703 Activate Dependabot with proper ignore configuration (#13160)
1 parent 7cf933d commit d49aa23

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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"

0 commit comments

Comments
 (0)