Skip to content

Commit

Permalink
Merge pull request #377 from rhusar/dependabot-github-actions
Browse files Browse the repository at this point in the history
Update dependabot.yml to include GitHub Actions
  • Loading branch information
rhusar authored Oct 23, 2024
2 parents a2e4f8d + e15e987 commit a45b4cf
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ updates:
# https://mvnrepository.com/artifact/software.amazon.awssdk/bom
- dependency-name: software.amazon.awssdk:bom
update-types: [ version-update:semver-patch ]
# s3mock-testcontainers versions since 3.x require JDK 17 for runtime
# The s3mock-testcontainers version since 3.x requires JDK 17 for runtime
# We ignore until we move the baseline ourselves to JDK 17
- dependency-name: com.adobe.testing:s3mock-testcontainers
versions: [ ">= 3" ]
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10

0 comments on commit a45b4cf

Please sign in to comment.