mirror of
https://github.com/cmur2/kube-stale-resources.git
synced 2024-11-14 18:56:15 +01:00
module: add Dependabot config file v2
Create Dependabot config file (#19) 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
6d31299158
commit
f3a9a2bb3c
23
.github/dependabot.yml
vendored
Normal file
23
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
---
|
||||
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
|
||||
allow:
|
||||
- dependency-type: direct
|
||||
- dependency-type: indirect
|
||||
ignore:
|
||||
- dependency-name: certifi
|
||||
versions:
|
||||
- "> 2019.11.28"
|
||||
- dependency-name: typing-extensions
|
||||
versions:
|
||||
- "> 3.7.4.1"
|
Loading…
Reference in New Issue
Block a user