dependabot-preview[bot] dependabot-preview[bot] glenn-jocher commited on
Commit
ccd1af0
β€’
1 Parent(s): 7180b22

Create Dependabot config file (#1743)

Browse files

* Create Dependabot config file

* Update greetings.yml

* Update greetings.yml

* Update dependabot.yml

* Update dependabot.yml

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Glenn Jocher <glenn.jocher@ultralytics.com>

.github/dependabot.yml ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ version: 2
2
+ updates:
3
+ - package-ecosystem: pip
4
+ directory: "/"
5
+ schedule:
6
+ interval: weekly
7
+ time: "04:00"
8
+ open-pull-requests-limit: 10
9
+ reviewers:
10
+ - glenn-jocher
11
+ labels:
12
+ - dependencies
.github/workflows/greetings.yml CHANGED
@@ -10,8 +10,8 @@ jobs:
10
  with:
11
  repo-token: ${{ secrets.GITHUB_TOKEN }}
12
  pr-message: |
13
- Hello @${{ github.actor }}, thank you for submitting a PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
14
- - Verify your PR is **up-to-date with origin/master.** If your PR is behind origin/master update by running the following, replacing 'feature' with the name of your local branch:
15
  ```bash
16
  git remote add upstream https://github.com/ultralytics/yolov5.git
17
  git fetch upstream
@@ -19,11 +19,11 @@ jobs:
19
  git rebase upstream/master
20
  git push -u origin -f
21
  ```
22
- - Verify all Continuous Integration (CI) **checks are passing**.
23
- - Reduce changes to the absolute **minimum** required for your bug fix or feature addition. _"It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is."_ -Bruce Lee
24
 
25
  issue-message: |
26
- Hello @${{ github.actor }}, thank you for your interest in πŸš€ YOLOv5! Please visit our ⭐️ [Tutorials](https://github.com/ultralytics/yolov5/wiki#tutorials) to get started, where you can find quickstart guides for simple tasks like [Custom Data Training](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) all the way to advanced concepts like [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607).
27
 
28
  If this is a πŸ› Bug Report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
29
 
 
10
  with:
11
  repo-token: ${{ secrets.GITHUB_TOKEN }}
12
  pr-message: |
13
+ πŸ‘‹ Hello @${{ github.actor }}, thank you for submitting a πŸš€ PR! To allow your work to be integrated as seamlessly as possible, we advise you to:
14
+ - βœ… Verify your PR is **up-to-date with origin/master.** If your PR is behind origin/master update by running the following, replacing 'feature' with the name of your local branch:
15
  ```bash
16
  git remote add upstream https://github.com/ultralytics/yolov5.git
17
  git fetch upstream
 
19
  git rebase upstream/master
20
  git push -u origin -f
21
  ```
22
+ - βœ… Verify all Continuous Integration (CI) **checks are passing**.
23
+ - βœ… Reduce changes to the absolute **minimum** required for your bug fix or feature addition. _"It is not daily increase but daily decrease, hack away the unessential. The closer to the source, the less wastage there is."_ -Bruce Lee
24
 
25
  issue-message: |
26
+ πŸ‘‹ Hello @${{ github.actor }}, thank you for your interest in πŸš€ YOLOv5! Please visit our ⭐️ [Tutorials](https://github.com/ultralytics/yolov5/wiki#tutorials) to get started, where you can find quickstart guides for simple tasks like [Custom Data Training](https://github.com/ultralytics/yolov5/wiki/Train-Custom-Data) all the way to advanced concepts like [Hyperparameter Evolution](https://github.com/ultralytics/yolov5/issues/607).
27
 
28
  If this is a πŸ› Bug Report, please provide screenshots and **minimum viable code to reproduce your issue**, otherwise we can not help you.
29