Skip to content

Commit

Permalink
check deps on new
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Arcuri committed Dec 11, 2024
1 parent 26e8f95 commit 71dc10d
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,55 +9,59 @@ updates:
directory: "/requirements/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 100
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
- "dadokkio"
labels:
- "dependencies"
- "dependencies"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory not working, wait for https://github.com/dependabot/dependabot-core/pull/1862
directory: "/compose/local/postgres/"
# Check for updates once a week
schedule:
interval: "daily"
open-pull-requests-limit: 100
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
- "dadokkio"
labels:
- "dependencies"
# Enable version updates for Docker
- "dependencies"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory not working, wait for https://github.com/dependabot/dependabot-core/pull/1862
directory: "/compose/local/dask/"
# Check for updates once a week
schedule:
interval: "daily"
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
- "dadokkio"
labels:
- "dependencies"
- "dependencies"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory not working, wait for https://github.com/dependabot/dependabot-core/pull/1862
directory: "/compose/local/django/"
# Check for updates once a week
schedule:
interval: "daily"
open-pull-requests-limit: 100
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
- "dadokkio"
labels:
- "dependencies"
- "dependencies"

0 comments on commit 71dc10d

Please sign in to comment.