diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e436712..2a80b6f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,14 @@ updates: - package-ecosystem: bundler directory: / schedule: - interval: daily - + interval: weekly + groups: + all: + dependency-type: "production" - package-ecosystem: github-actions directory: / schedule: - interval: daily + interval: weekly + groups: + all: + dependency-type: "production"