Skip to content
This repository has been archived by the owner on Jan 16, 2024. It is now read-only.

Commit

Permalink
change dependabot reviewers to enablement (#736)
Browse files Browse the repository at this point in the history
  • Loading branch information
szesch committed Aug 24, 2022
1 parent 2537bb3 commit fce0764
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,26 @@
# Basic set up for three package managers
version: 2
updates:

# Maintain dependencies for GitHub Actions
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
reviewers:
- Kong/team-cloud
- Kong/engineering-enablement

# Maintain dependencies for python
# Maintain dependencies for python
- package-ecosystem: pip
directory: /pulp-core/
schedule:
interval: daily
reviewers:
- Kong/team-cloud
- Kong/engineering-enablement

# Maintain dependencies for Docker
# Maintain dependencies for Docker
- package-ecosystem: docker
directory: /pulp-core/
schedule:
interval: daily
reviewers:
- Kong/team-cloud
- Kong/engineering-enablement
1 change: 1 addition & 0 deletions .yamllint
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ extends: default
rules:
line-length: disable
comments: disable
comments-indentation: disable
indentation:
spaces: 2
indent-sequences: consistent

0 comments on commit fce0764

Please sign in to comment.