Skip to content

Commit

Permalink
add label to depbot
Browse files Browse the repository at this point in the history
  • Loading branch information
jamie zieziula committed Nov 14, 2024
1 parent 0276ba3 commit 8a6e984
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,13 @@ version: 2
updates:
- package-ecosystem: github-actions
directory: /
commit-message:
prefix: chore
groups:
all:
patterns:
- "*"
labels:
- automated-dependency-updates
schedule:
interval: monthly
2 changes: 1 addition & 1 deletion examples/simple/flow.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ def call_api(url: str = "http://time.jsontest.com/"):
print(resp)
return resp
if __name__ == "__main__":
call_api()
call_api()

0 comments on commit 8a6e984

Please sign in to comment.