mirror of
https://github.com/trailofbits/algo
synced 2024-11-13 19:12:06 +00:00
e36d237ebc
* Update main.yml * Create dependabot.yml
14 lines
286 B
YAML
14 lines
286 B
YAML
version: 2
|
|
updates:
|
|
# Maintain dependencies for GitHub Actions
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
|
|
# Maintain dependencies for Python
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|