Skip to content

Commit

Permalink
[GHA] Fix spacing in dependabot settings
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed May 21, 2024
1 parent a19c9d2 commit b13feff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ updates:
- dependency-name: "org.osgi:*"
- dependency-name: org.codehaus.plexus:plexus-xml
versions:
- ">= 4.0.0"
- ">=4.0.0"
- dependency-name: org.slf4j:slf4j-simple
version:
- ">= 2.0.0"
- ">=2.0.0"
- package-ecosystem: github-actions
directory: "/"
schedule:
Expand Down

0 comments on commit b13feff

Please sign in to comment.