forked from bbottema/simple-java-mail
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
22 lines (21 loc) · 766 Bytes
/
dependabot.yml
File metadata and controls
22 lines (21 loc) · 766 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "weekly"
target-branch: "develop"
ignore:
- dependency-name: "info.picocli:picocli"
update-types:
- "version-update:semver-minor"
- "version-update:semver-major"
- dependency-name: "org.springframework:spring-framework-bom"
update-types:
- "version-update:semver-minor"
- "version-update:semver-major"
- dependency-name: "org.springframework.boot:*"
update-types:
- "version-update:semver-minor"
- "version-update:semver-major"