Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alemaodacapa authored Nov 2, 2024
1 parent 6a1b5ea commit b2980d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ version: 2
updates:
# Atualizações para dependências Python
- package-ecosystem: "pip" # Para projetos Python
directory: "/src" # Diretório onde o requirements.txt está localizado
directory: "/iniciar_projeto.py" # Diretório onde o requirements.txt está localizado
schedule:
interval: "weekly"

# Atualizações para dependências Node.js
- package-ecosystem: "npm" # Para projetos Node.js
directory: "/" # Diretório onde o package.json está localizado (raiz do projeto)
directory: "/package.json" # Diretório onde o package.json está localizado (raiz do projeto)
schedule:
interval: "weekly"

0 comments on commit b2980d3

Please sign in to comment.