Skip to content

Commit

Permalink
Merge pull request #2039 from sgibson91/update-team-name
Browse files Browse the repository at this point in the history
  • Loading branch information
sgibson91 authored Jan 11, 2023
2 parents 6733e46 + 5424e27 commit 065989f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ updates:
- update-types: ["version-update:semver-patch"]
dependency-name: "*" # Match all packages
reviewers:
- "2i2c-org/tech-team"
- "2i2c-org/engineering"
# Maintain dependencies for GitHub Actions in our setup-deploy action
- package-ecosystem: "github-actions"
directory: "/.github/actions/setup-deploy/"
Expand All @@ -48,7 +48,7 @@ updates:
- update-types: ["version-update:semver-patch"]
dependency-name: "*" # Match all packages
reviewers:
- "2i2c-org/tech-team"
- "2i2c-org/engineering"
# Maintain dependencies for pip defined in project root (deployer module)
- package-ecosystem: "pip"
directory: "/"
Expand All @@ -60,7 +60,7 @@ updates:
- update-types: ["version-update:semver-patch"]
dependency-name: "*" # Match all packages
reviewers:
- "2i2c-org/tech-team"
- "2i2c-org/engineering"
# Maintain dependencies for pip defined in docs folder (documentation)
- package-ecosystem: "pip"
directory: "/docs"
Expand All @@ -72,7 +72,7 @@ updates:
- update-types: ["version-update:semver-patch"]
dependency-name: "*" # Match all packages
reviewers:
- "2i2c-org/tech-team"
- "2i2c-org/engineering"
# Signal pip dependencies updates in helm-charts/images/hub folder (default hub image)
- package-ecosystem: "pip"
directory: "/helm-charts/images/hub"
Expand All @@ -84,7 +84,7 @@ updates:
- update-types: ["version-update:semver-patch"]
dependency-name: "*" # Match all packages
reviewers:
- "2i2c-org/tech-team"
- "2i2c-org/engineering"
labels:
# This dependabot PRs should not be merged as is, because additional manual steps are required also.
# Checkout https://infrastructure.2i2c.org/en/latest/topic/infrastructure/hub-image.html#updating-the-hub-image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-helm-versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- cron: "0 0 * * 1" # Run every Monday at 00:00 UTC

env:
team_reviewers: tech-team
team_reviewers: engineering

jobs:
bump-helm-versions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bump-image-tags.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
- cron: "0 0 * * 1" # Run at 00:00 UTC every Monday

env:
team_reviewers: tech-team
team_reviewers: engineering

jobs:
bump-image-tags:
Expand Down

0 comments on commit 065989f

Please sign in to comment.