Skip to content

Commit

Permalink
fix: dependabot configurations (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohnoor94 authored Nov 17, 2024
1 parent 1f0ed43 commit 941cd0f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ updates:
- Dependabot

- package-ecosystem: maven
directory: "/"
directory: "/examples"
schedule:
interval: daily
time: "11:30"
Expand All @@ -26,9 +26,3 @@ updates:
- ExpediaGroup/openworld-committers
labels:
- Dependabot
ignore:
- dependency-name: "*"
versions: [ "*" ]
update-types: [ "all" ]
directories:
- "/code"

0 comments on commit 941cd0f

Please sign in to comment.