add auto merge to dpbot

This commit is contained in:
collerek
2022-05-04 10:15:41 +02:00
parent e2855d8dad
commit e9275a9b35
2 changed files with 45 additions and 2 deletions

View File

@ -1,6 +1,15 @@
# Basic set up
# https://help.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily