Skip to content

Commit

Permalink
ci(dependabot): i cant keep up with 10 PRs a day, slow down dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
soehlert committed Oct 25, 2023
1 parent e3022a5 commit 928e577
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: '*'
Expand All @@ -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: '*'
Expand All @@ -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'
Expand All @@ -75,4 +75,4 @@ updates:
directory: '/'
# Every weekday
schedule:
interval: 'daily'
interval: 'weekly'

0 comments on commit 928e577

Please sign in to comment.