Skip to content

Commit

Permalink
infra: change dependabot to have grouped updates for packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AbeCoull authored May 1, 2024
1 parent e222c78 commit b65101f
Showing 1 changed file with 5 additions and 54 deletions.
59 changes: 5 additions & 54 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

version: 2
updates:

- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand All @@ -13,58 +12,11 @@ updates:

- package-ecosystem: "pip"
# Files stored in repository root
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: infra
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
dev-dependencies:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*" # A wildcard that matches all dependencies in the package
# ecosystem. Note: using "*" may open a large pull request

- package-ecosystem: "pip"
# Files stored in repository for the base image
directory: "/base/jobs/docker/1.0/py3"
schedule:
interval: "weekly"
commit-message:
prefix: infra
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
dev-dependencies:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*" # A wildcard that matches all dependencies in the package
# ecosystem. Note: using "*" may open a large pull request

- package-ecosystem: "pip"
# Files stored in repository for the tensorflow image
directory: "/tensorflow/jobs/docker/2.14/py3/"
schedule:
interval: "weekly"
commit-message:
prefix: infra
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
dev-dependencies:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
- "*" # A wildcard that matches all dependencies in the package
# ecosystem. Note: using "*" may open a large pull request

- package-ecosystem: "pip"
# Files stored in repository for the pytorch image
directory: "/pytorch/jobs/docker/2.2/py3/"
directories:
- "/"
- "/pytorch/jobs/docker/2.2/py3/"
- "/base/jobs/docker/1.0/py3"
- "/tensorflow/jobs/docker/2.14/py3/"
schedule:
interval: "weekly"
commit-message:
Expand All @@ -78,4 +30,3 @@ updates:
patterns:
- "*" # A wildcard that matches all dependencies in the package
# ecosystem. Note: using "*" may open a large pull request

0 comments on commit b65101f

Please sign in to comment.