Skip to content

Commit

Permalink
ci: configure dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
jszutenb committed Nov 18, 2024
1 parent 04886da commit c486164
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/actions/unit-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ inputs:
runs:
using: 'composite'
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
path: repo
- name: Trigger unit tests
run: |
echo "Attempting to run unit tests"
Expand Down
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
open-pull-requests-limit: 0
schedule:
interval: "weekly"
4 changes: 4 additions & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ jobs:
python-version: "3.11"
- name: Install test prerequisites
run: sudo apt-get update && sudo apt-get -y install libgl1-mesa-glx tox
- name: Checkout code to folder
uses: actions/checkout@v4
with:
path: repo
- name: Ingestion unit tests
uses: ./.github/actions/unit-tests
with:
Expand Down

0 comments on commit c486164

Please sign in to comment.