Skip to content

Commit faced26

Browse files
committed
Add ignore rules for ical4j-vcard updates in Dependabot, as the next PATCH version requires JDK >8
Ignore all update types (patch, minor, major) for the ical4j-vcard dependency in the Dependabot configuration. This helps prevent unintended updates to this specific dependency while maintaining control over its versions.
1 parent 2970976 commit faced26

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ updates:
88
interval: "weekly"
99
target-branch: "develop"
1010
ignore:
11+
- dependency-name: "org.mnode.ical4j:ical4j-vcard"
12+
update-types:
13+
- "version-update:semver-patch"
14+
- "version-update:semver-minor"
15+
- "version-update:semver-major"
1116
- dependency-name: "info.picocli:picocli"
1217
update-types:
1318
- "version-update:semver-minor"

0 commit comments

Comments
 (0)