Skip to content

Commit

Permalink
add codeowners and dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Oct 30, 2024
1 parent a3969e5 commit a7d4138
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* @wandb/delivery-tooling-team
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
reviewers:
- wandb/delivery-tooling-team

- package-ecosystem: docker
directory: /
schedule:
interval: daily
reviewers:
- wandb/delivery-tooling-team

- package-ecosystem: github-actions
directory: /.github/workflows
schedule:
interval: daily
reviewers:
- wandb/delivery-tooling-team

0 comments on commit a7d4138

Please sign in to comment.