Skip to content

Commit c5015e7

Browse files
committed
An attempt to avoid *-SNAPSHOT updates from Dependabot
1 parent fbe0597 commit c5015e7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ updates:
77
day: sunday
88
ignore:
99
- dependency-name: '*'
10+
versions:
11+
- '*-SNAPSHOT'
1012
update-types:
1113
- version-update:semver-major
1214
- version-update:semver-minor

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ext {
109109
servletApiVersion = '6.0.0'
110110
smackVersion = '4.4.8'
111111
springAmqpVersion = '3.2.0'
112-
springDataVersion = '2024.1.0'
112+
springDataVersion = '2024.1.0-SNAPSHOT'
113113
springGraphqlVersion = '1.3.3'
114114
springKafkaVersion = '3.3.0'
115115
springRetryVersion = '2.0.10'

0 commit comments

Comments
 (0)