mirror of
https://github.com/cmur2/python-bme280.git
synced 2024-12-22 02:54:22 +01:00
module add Dependabot config file v2
Create Dependabot config file (#34) Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> Co-authored-by: Christian Nicolai <cn@mycrobase.de>
This commit is contained in:
parent
82d15c9d95
commit
931f5ff229
32
.github/dependabot.yml
vendored
Normal file
32
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,32 @@
|
|||||||
|
---
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: thursday
|
||||||
|
time: '14:00'
|
||||||
|
timezone: Europe/Berlin
|
||||||
|
pull-request-branch-name:
|
||||||
|
separator: "-"
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
target-branch: three
|
||||||
|
versioning-strategy: lockfile-only
|
||||||
|
allow:
|
||||||
|
- dependency-type: direct
|
||||||
|
- dependency-type: indirect
|
||||||
|
- package-ecosystem: pip
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
day: thursday
|
||||||
|
time: '14:00'
|
||||||
|
timezone: Europe/Berlin
|
||||||
|
pull-request-branch-name:
|
||||||
|
separator: "-"
|
||||||
|
open-pull-requests-limit: 99
|
||||||
|
versioning-strategy: lockfile-only
|
||||||
|
allow:
|
||||||
|
- dependency-type: direct
|
||||||
|
- dependency-type: indirect
|
Loading…
Reference in New Issue
Block a user