diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eafd142a..2f0ee6ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,10 +3,10 @@ updates: - package-ecosystem: mix directory: "/" schedule: - interval: "weekly" + interval: weekly day: thursday groups: production-dependencies: - dependency-type: "production" + dependency-type: production dev-dependencies: dependency-type: development