ci: enable dependabot

master
Carlo Sala 2 years ago
parent 8f22370af8
commit 514d5736ea
No known key found for this signature in database
GPG Key ID: DA6FB450C1A4FE9A
  1. 12
      .github/dependabot.yml

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "pip"
directory: "/.github/workflows/dependencies"
schedule:
interval: "weekly"
day: "sunday"
Loading…
Cancel
Save