Skip to content

Commit

Permalink
Adding ok-to-test label for Prow (#299)
Browse files Browse the repository at this point in the history
Signed-off-by: Rado Chmiel <[email protected]>
  • Loading branch information
radoslawc authored Aug 27, 2024
1 parent f90ff7b commit 96999f1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tools/dependabot/generate_dependabot.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ def generate_dependabot_config(root_dir):
directory: /
schedule:
interval: daily
labels:
- "ok-to-test"
open-pull-requests-limit: 99
"""

Expand Down Expand Up @@ -66,6 +68,8 @@ def package_ecosystem(ecosystem, rel_path, interval):
directory: {rel_path}
schedule:
interval: {interval}
labels:
- "ok-to-test"
"""
return block

Expand Down

0 comments on commit 96999f1

Please sign in to comment.