Skip to content

Commit

Permalink
Add ignore rules for Mockito, Spring, Boot, and Spring-AMQP
Browse files Browse the repository at this point in the history
Add ignore rules for Mockito, Spring, Boot, and Spring-AMQP

#dependency-upgrade/add-ignore-rules
  • Loading branch information
smcvb committed Dec 12, 2024
1 parent 3c16993 commit feeeb15
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,13 @@ updates:
update-types:
- "patch"
- "minor"
- "major"
- "major"
ignore:
- dependency-name: "org.mockito:*"
versions: [ "[5.0.0,)" ]
- dependency-name: "org.springframework:*"
versions: [ "[6.0.0,)" ]
- dependency-name: "org.springframework.amqp:spring-rabbit"
versions: [ "[3.0.0,)" ]
- dependency-name: "org.springframework.boot:*"
versions: [ "[3.0.0,)" ]

0 comments on commit feeeb15

Please sign in to comment.