diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 76a48f4..ab66be4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,7 +6,7 @@ updates: - package-ecosystem: gradle directory: / schedule: - interval: daily + interval: "daily" groups: minor-patch: update-types: @@ -18,7 +18,7 @@ updates: update-types: - "major" patterns: - - * + - "*" - package-ecosystem: github-actions directory: / schedule: @@ -26,4 +26,4 @@ updates: groups: all: patterns: - - * + - "*"