add dependabot config

This commit is contained in:
h1dden-da3m0n 2021-05-14 17:27:10 +02:00
parent bedefb494f
commit 1bd73881cb
1 changed files with 18 additions and 0 deletions

18
.github/dependabot.yaml vendored Normal file
View File

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels:
- ci
- github-actions
- dependencies
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
labels:
- ci
- pip
- dependencies