Skip to content

Commit

Permalink
Corrected YML formatting of dependabot.yml (#1983)
Browse files Browse the repository at this point in the history
  • Loading branch information
mklaehn authored Oct 9, 2024
1 parent 8a1f792 commit 4e60688
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,31 +23,31 @@ updates:
- package-ecosystem: "gradle"
# Any gradle based dependencies
directories:
      - "/"
      - "/2d"
      - "/3d"
      - "/cache"
      - "/conference-api"
      - "/conference-spi"
      - "/conference-stepengine"
      - "/conference-test"
      - "/config"
      - "/controls"
      - "/core"
      - "/emoji"
      - "/filterchain"
      - "/generic2d"
      - "/google-cloud"
      - "/mqtt"
      - "/stepengine-api"
      - "/stepengine-dataproviders"
      - "/stepengine-steps"
      - "/transitions"
      - "/tweet-api"
      - "/tweet-impl-mastodon4j"
- "/"
- "/2d"
- "/3d"
- "/cache"
- "/conference-api"
- "/conference-spi"
- "/conference-stepengine"
- "/conference-test"
- "/config"
- "/controls"
- "/core"
- "/emoji"
- "/filterchain"
- "/generic2d"
- "/google-cloud"
- "/mqtt"
- "/stepengine-api"
- "/stepengine-dataproviders"
- "/stepengine-steps"
- "/transitions"
- "/tweet-api"
- "/tweet-impl-mastodon4j"
- "/tweet-impl-mock"
      - "/tweet-impl-twitter4j"
      - "/util"
- "/tweet-impl-twitter4j"
- "/util"
# Raise pull requests for version updates on `master` branch
target-branch: "master"
schedule:
Expand Down

0 comments on commit 4e60688

Please sign in to comment.