Skip to content

Commit

Permalink
Use selectors to apply this profile to a subset of repos
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslav Dimitrov <[email protected]>
  • Loading branch information
rdimitrov committed Jan 9, 2025
1 parent 993ddc7 commit 5187d34
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions profiles/github/stacklok-lightweight-dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
version: v1
type: profile
name: stacklok-lightweight-dependabot
# The selector is used to select repositories that this profile will be applied to.
# In this case, we are selecting repositories that are considered low-maintenance.
selection:
- entity: repository
selector: >
repository.name.startsWith('stacklok/quiver') ||
repository.name.startsWith('stacklok/minder-bundle-updater') ||
repository.name.startsWith('stacklok/healthcheck-bundle')
display_name: Stacklok Lightweight Dependabot Profile
context:
provider: github
Expand Down

0 comments on commit 5187d34

Please sign in to comment.