Skip to content

Commit

Permalink
Simplify dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson authored Feb 19, 2022
1 parent e7c83ef commit fc36ba8
Showing 1 changed file with 5 additions and 13 deletions.
18 changes: 5 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: friday
- package-ecosystem: gradle
directory: "/"
schedule:
interval: weekly
day: friday
open-pull-requests-limit: 99
ignore:
- dependency-name: cd.go.plugin:go-plugin-api
versions:
- "> 19.5.0"
- dependency-name: com.amazonaws:aws-java-sdk-ecr
versions:
- "> 1.11.931, < 1.12"
- dependency-name: com.amazonaws:aws-java-sdk-sts
versions:
- "> 1.11.931, < 1.12"
- dependency-name: org.mockito:mockito-core
versions:
- 3.8.0

0 comments on commit fc36ba8

Please sign in to comment.