Skip to content

Commit

Permalink
[ci skip] fix: depandabot config fix
Browse files Browse the repository at this point in the history
Signed-off-by: Lala Sabathil <[email protected]>
  • Loading branch information
Lulalaby authored Aug 16, 2024
1 parent ad5afe8 commit c5dbc29
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ updates:
directory: "/"
groups:
minor-version-bumps:
update-types: minor
update-types: ["minor"]
patch-version-bumps:
update-types: patch
update-types: ["patch"]
major-version-bumps:
update-types: major
update-types: ["major"]
schedule:
interval: "weekly"
commit-message:
Expand All @@ -19,11 +19,11 @@ updates:
directory: "/"
groups:
minor-version-bumps:
update-types: minor
update-types: ["minor"]
patch-version-bumps:
update-types: patch
update-types: ["patch"]
major-version-bumps:
update-types: major
update-types: ["major"]
schedule:
interval: "weekly"
commit-message:
Expand Down

0 comments on commit c5dbc29

Please sign in to comment.