mirror of
https://github.com/Cian-H/invenio-config-iform.git
synced 2025-12-22 21:11:57 +00:00
Added dependabot config
This commit is contained in:
29
.github/dependabot.yml
vendored
Normal file
29
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "uv"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
day: "monday"
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 8
|
||||||
|
allow:
|
||||||
|
- dependency-type: "all"
|
||||||
|
reviewers:
|
||||||
|
- "Cian-H"
|
||||||
|
assignees:
|
||||||
|
- "Cian-H"
|
||||||
|
commit-message:
|
||||||
|
prefix: "uv-deps"
|
||||||
|
prefix-development: "uv-deps-dev"
|
||||||
|
include: "scope"
|
||||||
|
|
||||||
|
- package-ecosystem: "github-actions"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "weekly"
|
||||||
|
day: "monday"
|
||||||
|
time: "04:00"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
commit-message:
|
||||||
|
prefix: "ci"
|
||||||
Reference in New Issue
Block a user