Skip to content

Commit

Permalink
Add comments to dependabot definition
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite committed Oct 2, 2023
1 parent f8964cc commit 0d0ba0e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

version: 2
updates:

# Maintain dependencies for maven
- package-ecosystem: "maven"
directory: "/"
schedule:
Expand All @@ -18,6 +20,8 @@ updates:
# Newer versions require code changes
- dependency-name: "org.jboss.resteasy:resteasy-client"
versions: [">=4.0.0"]

# Maintain dependencies for GitHub actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit 0d0ba0e

Please sign in to comment.