An attempt to avoid *-SNAPSHOT updates from Dependabot

This commit is contained in:
Artem Bilan
2024-11-19 13:44:54 -05:00
parent fbe059731d
commit c5015e7002
2 changed files with 3 additions and 1 deletions

View File

@@ -7,6 +7,8 @@ updates:
day: sunday
ignore:
- dependency-name: '*'
versions:
- '*-SNAPSHOT'
update-types:
- version-update:semver-major
- version-update:semver-minor

View File

@@ -109,7 +109,7 @@ ext {
servletApiVersion = '6.0.0'
smackVersion = '4.4.8'
springAmqpVersion = '3.2.0'
springDataVersion = '2024.1.0'
springDataVersion = '2024.1.0-SNAPSHOT'
springGraphqlVersion = '1.3.3'
springKafkaVersion = '3.3.0'
springRetryVersion = '2.0.10'