diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 638d2f7..9ca7818 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,9 +8,9 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: monthly + interval: weekly commit-message: - prefix: chore + prefix: ci include: scope - package-ecosystem: gomod @@ -18,5 +18,5 @@ updates: schedule: interval: weekly commit-message: - prefix: fix + prefix: chore include: scope