initial import

This commit is contained in:
sebthom
2022-01-11 13:45:20 +01:00
parent be5621d7ba
commit 1ceccc48dc
20 changed files with 2435 additions and 1 deletions

20
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,20 @@
# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: monday
time: "17:00"
commit-message:
prefix: fix
prefix-development: chore
include: scope
labels:
- dependencies
- package-ecosystem: pip
directory: /
schedule:
interval: weekly
time: "17:00"