1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 20:52:43 +00:00

Merge pull request #4 from venthur/dependabot

Create dependabot.yml
This commit is contained in:
Bastian Venthur
2021-08-18 20:41:11 +02:00
committed by GitHub
2 changed files with 10 additions and 0 deletions

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

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"

View File

@@ -1,5 +1,9 @@
# Changelog
## [unreleased]
* added dependabot to github workflows
## [1.0.0] - 2021-08-18
* first 1.0 release!