Skip to content

Commit

Permalink
Automatically add the ok-to-test label in PRs generated by dependabot.
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravkghildiyal committed May 2, 2024
1 parent ba17e2b commit 49a9c25
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: /
schedule:
interval: weekly
labels:
- docker
- ok-to-test
- package-ecosystem: gomod
directory: /
schedule:
Expand All @@ -12,6 +15,10 @@ updates:
gomod-dependencies:
patterns:
- '*'
labels:
- go
- dependencies
- ok-to-test
- package-ecosystem: gomod
directory: /hack/tools
schedule:
Expand All @@ -20,3 +27,7 @@ updates:
gomod-dependencies:
patterns:
- '*'
labels:
- go
- dependencies
- ok-to-test

0 comments on commit 49a9c25

Please sign in to comment.