Skip to content

Commit

Permalink
do not update avocado
Browse files Browse the repository at this point in the history
add exclude pattern for avocado

Skip-build: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Jan 23, 2025
1 parent a326ab2 commit 4d9ca15
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ updates:
python-packages:
patterns:
- "*"
exclude-patterns:
- "avocado-*"
- package-ecosystem: github-actions
directory: /
schedule:
Expand Down
6 changes: 3 additions & 3 deletions requirements-ftest.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
avocado-framework==109.0
avocado-framework-plugin-result-html==109.0
avocado-framework-plugin-varianter-yaml-to-mux==109.0
avocado-framework==82
avocado-framework-plugin-result-html==82
avocado-framework-plugin-varianter-yaml-to-mux==82
clustershell
paramiko
distro

0 comments on commit 4d9ca15

Please sign in to comment.