Skip to content

Commit

Permalink
[CI] added dependabot config (openvinotoolkit#29)
Browse files Browse the repository at this point in the history
* added dependabot config

* removed empty dirs

* fixed sdl post-commit

* pull_request
  • Loading branch information
mryzhov authored Feb 19, 2024
1 parent 10ff714 commit f9a06f3
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# See help here: https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/enabling-and-disabling-version-updates

version: 2
updates:
#
# Python dependencies
#
- package-ecosystem: pip
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
open-pull-requests-limit: 3
assignees:
- "apaniukov"
- "mryzhov"
versioning-strategy: increase-if-necessary

#
# Github actions - CI
#
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: "daily"
time: "09:00"
timezone: "Europe/Dublin"
assignees:
- "apaniukov"
- "mryzhov"
- "ilya-lavrenov"
open-pull-requests-limit: 3
1 change: 1 addition & 0 deletions .github/workflows/sdl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
scan-ref: '.'

- name: Dependency Review
if: ${{ github.event_name == 'pull_request' }}
uses: actions/dependency-review-action@v4
with:
config-file: './.github/dependency_review.yml'
Expand Down

0 comments on commit f9a06f3

Please sign in to comment.