mirror of
https://github.com/cmur2/python-veml6070.git
synced 2025-07-06 11:11:18 +02:00
Create Dependabot config file
This commit is contained in:
![27856297+dependabot-preview[bot]@users.noreply.github.com](/gitea/assets/img/avatar_default.png)
committed by
GitHub

parent
1a0216f1bf
commit
acf90815ae
31
.github/dependabot.yml
vendored
Normal file
31
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
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
|
Reference in New Issue
Block a user