mirror of
https://github.com/zitadel/zitadel.git
synced 2025-01-07 22:47:41 +00:00
chore(dependabot): config (#167)
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
parent
a4c7b39552
commit
46b60a6968
@ -1,14 +0,0 @@
|
|||||||
version: 1
|
|
||||||
update_configs:
|
|
||||||
- package_manager: "go:modules"
|
|
||||||
directory: "/"
|
|
||||||
update_schedule: "weekly"
|
|
||||||
commit_message:
|
|
||||||
prefix: "chore"
|
|
||||||
include_scope: true
|
|
||||||
- package_manager: "javascript"
|
|
||||||
directory: "/console"
|
|
||||||
update_schedule: "weekly"
|
|
||||||
commit_message:
|
|
||||||
prefix: "chore"
|
|
||||||
include_scope: true
|
|
20
.github/dependabot.yml
vendored
Normal file
20
.github/dependabot.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directory: "/console"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
time: '04:00'
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
commit-message:
|
||||||
|
prefix: chore
|
||||||
|
include: scope
|
||||||
|
- package-ecosystem: gomod
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
time: '04:00'
|
||||||
|
open-pull-requests-limit: 10
|
||||||
|
commit-message:
|
||||||
|
prefix: chore
|
||||||
|
include: scope
|
Loading…
x
Reference in New Issue
Block a user