Files
concrete/.github/dependabot.yaml
Arthur Meyre bc67b0cc1d chore: disable dependabot for pip dependencies
- there is no way to group updates unfortunately... I'll set-up a custom
workflow to update python deps as I would imagine later
2021-09-15 18:12:28 +02:00

10 lines
196 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every sunday
interval: "weekly"
day: "sunday"