diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ca79ca5..059f84d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,11 @@ version: 2 updates: - - package-ecosystem: github-actions - directory: / + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: weekly + interval: "monthly" + time: "09:00" + timezone: "America/Los_Angeles" + commit-message: + prefix: "chore" + include: "scope"