Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fcrespel committed Mar 19, 2024
1 parent f312cb4 commit f41bea5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ updates:
directory: "/"
schedule:
interval: "monthly"
groups:
spring:
patterns:
- "org.springframework.boot:*"
- "org.springdoc:*"
- "com.google.cloud:spring-cloud-gcp-dependencies"
ignore:
- dependency-name: "io.socket:socket.io-client"
- dependency-name: "*"
Expand All @@ -15,6 +21,10 @@ updates:
directory: "/src/main/nodejs"
schedule:
interval: "monthly"
groups:
angular:
patterns:
- "@angular*"
ignore:
- dependency-name: "*"
update-types: ["version-update:semver-major"]

0 comments on commit f41bea5

Please sign in to comment.