Skip to content

Commit

Permalink
add jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
AJPfleger committed Nov 20, 2024
1 parent ea831bf commit e32eb28
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,33 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

updates:
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "weekly"

updates:
- package-ecosystem: "pip"
directory: "/Examples/Scripts"
schedule:
interval: "weekly"

updates:
- package-ecosystem: "pip"
directory: "/Examples/Python/tests"
schedule:
interval: "weekly"

updates:
- package-ecosystem: "pip"
directory: "/CI/clang_tidy"
schedule:
interval: "weekly"

updates:
- package-ecosystem: "pip"
directory: "/CI"
schedule:
interval: "weekly"

0 comments on commit e32eb28

Please sign in to comment.