Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependabot.yml config to cover entire repo #859

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 64 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,67 @@ updates:
- "*" # Group all Actions updates into a single larger pull request
schedule:
interval: weekly

- package-ecosystem: pip
directory: /documentation/deliberately_vulnerable_flask_app
groups:
pip:
patterns:
- "*" # Group all Pip updates into a single larger pull request
schedule:
interval: weekly

- package-ecosystem: docker
directory: /documentation/pysa_tutorial
groups:
docker:
patterns:
- "*" # Group all Docker updates into a single larger pull request
schedule:
interval: weekly

- package-ecosystem: npm
directory: /documentation/website
groups:
npm:
patterns:
- "*" # Group all NPM updates into a single larger pull request
schedule:
interval: weekly

- package-ecosystem: pip
directory: /
schedule:
interval: weekly
groups:
pip:
patterns:
- "*" # Group all Pip updates into a single larger pull request

- package-ecosystem: npm
directory: /tools/ide_plugins/pysa-vscode
groups:
npm:
patterns:
- "*" # Group all NPM updates into a single larger pull request
schedule:
interval: weekly

- package-ecosystem: npm
directory: /tools/ide_plugins/vscode
groups:
npm:
patterns:
- "*" # Group all NPM updates into a single larger pull request
schedule:
interval: weekly

- package-ecosystem: pip
directory: /tools/playground
groups:
pip:
patterns:
- "*" # Group all Pip updates into a single larger pull request
schedule:
interval: weekly

Loading