NewPipeExtractor/.github/dependabot.yml
CypherpunkSamurai 9aab6148ba new
2023-02-16 13:25:03 +05:30

12 lines
288 B
YAML

version: 2
updates:
# Maintain dependencies for Gradle
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"