Skip to content

Commit fe7e8d1

Browse files
authored
add dependabot.yml (#468)
* add dependabot.yml * add dependabot.tml
1 parent ade17cc commit fe7e8d1

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Set update schedule for GitHub Actions
2+
3+
version: 2
4+
updates:
5+
- package-ecosystem: "github-actions"
6+
directory: "/"
7+
schedule:
8+
interval: "weekly"

.github/workflows/ci-unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
run: tox -e unit-tests -c libs/knowledge-store && rm -rf libs/knowledge-store/.tox
9898

9999
- name: "Unit tests (knowledge-graph)"
100+
# yamllint disable-line rule:line-length
100101
if: ${{ needs.preconditions.outputs.libs_knowledge_graph == 'true' && matrix.python-version != '3.9' && matrix.python-version != '3.10' }}
101102
env:
102103
OPENAI_API_KEY: "${{ secrets.E2E_TESTS_OPEN_AI_KEY }}"

0 commit comments

Comments
 (0)