Skip to content

Commit af26d9b

Browse files
committed
Fix Dependabot to manage 3.2.x and not 3.0.x
1 parent 7fb9b9c commit af26d9b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ updates:
2929
- org.springframework.boot*
3030

3131
- package-ecosystem: gradle
32-
target-branch: 3.1.x
32+
target-branch: 3.2.x
3333
directory: /
3434
schedule:
3535
interval: weekly
@@ -54,10 +54,11 @@ updates:
5454
- io.micrometer:micrometer-docs-generator
5555
- org.hibernate.validator:hibernate-validator
5656
- org.awaitility:awaitility
57+
- com.github.spotbugs
5758
- org.springframework.boot*
5859

5960
- package-ecosystem: gradle
60-
target-branch: 3.0.x
61+
target-branch: 3.1.x
6162
directory: /
6263
schedule:
6364
interval: weekly
@@ -97,7 +98,7 @@ updates:
9798
- '*'
9899

99100
- package-ecosystem: github-actions
100-
target-branch: 3.1.x
101+
target-branch: 3.2.x
101102
directory: /
102103
schedule:
103104
interval: weekly
@@ -110,7 +111,7 @@ updates:
110111
- '*'
111112

112113
- package-ecosystem: github-actions
113-
target-branch: 3.0.x
114+
target-branch: 3.1.x
114115
directory: /
115116
schedule:
116117
interval: weekly

0 commit comments

Comments
 (0)