From 928e5778453be280e261a802882c2dcf9582baec Mon Sep 17 00:00:00 2001 From: Sam Oehlert Date: Wed, 25 Oct 2023 17:12:15 -0500 Subject: [PATCH] ci(dependabot): i cant keep up with 10 PRs a day, slow down dependabot --- .github/dependabot.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 38be761..3681ea9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,7 +8,7 @@ updates: directory: '/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly' # Enable version updates for Docker # We need to specify each Dockerfile in a separate entry because Dependabot doesn't @@ -19,7 +19,7 @@ updates: directory: 'compose/local/django/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly' # Ignore minor version updates (3.10 -> 3.11) but update patch versions ignore: - dependency-name: '*' @@ -32,21 +32,21 @@ updates: directory: 'compose/local/node/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly' - package-ecosystem: 'docker' # Look for a `Dockerfile` in the `compose/production/aws` directory directory: 'compose/production/aws/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly' - package-ecosystem: 'docker' # Look for a `Dockerfile` in the `compose/production/django` directory directory: 'compose/production/django/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly' # Ignore minor version updates (3.10 -> 3.11) but update patch versions ignore: - dependency-name: '*' @@ -59,14 +59,14 @@ updates: directory: 'compose/production/postgres/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly' - package-ecosystem: 'docker' # Look for a `Dockerfile` in the `compose/production/traefik` directory directory: 'compose/production/traefik/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly' # Enable version updates for Python/Pip - Production - package-ecosystem: 'pip' @@ -75,4 +75,4 @@ updates: directory: '/' # Every weekday schedule: - interval: 'daily' + interval: 'weekly'