mirror of
https://github.com/ae-utbm/sith.git
synced 2025-09-08 09:05:42 +00:00
Update dependabot config
This commit is contained in:
16
.github/dependabot.yml
vendored
16
.github/dependabot.yml
vendored
@@ -4,11 +4,19 @@
|
|||||||
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
||||||
|
|
||||||
version: 2
|
version: 2
|
||||||
updates:
|
|
||||||
- package-ecosystem: "pip" # See documentation for possible values
|
multi-ecosystem-groups:
|
||||||
directory: "/" # Location of package manifests
|
common:
|
||||||
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "weekly"
|
interval: "weekly"
|
||||||
target-branch: "taiste"
|
target-branch: "taiste"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "[UPDATE] "
|
prefix: "[UPDATE] "
|
||||||
|
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "uv"
|
||||||
|
multi-ecosystem-group: "common"
|
||||||
|
|
||||||
|
- package-ecosystem: "npm"
|
||||||
|
multi-ecosystem-group: "common"
|
||||||
|
Reference in New Issue
Block a user