Browse Source

👷 Add dependabot (#547)

pull/13907/head
Sebastián Ramírez 2 years ago
committed by GitHub
parent
commit
e0db713f6b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 16
      .github/dependabot.yml

16
.github/dependabot.yml

@ -0,0 +1,16 @@
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix:
# Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix:
Loading…
Cancel
Save