mirror of
https://github.com/0rangebananaspy/authelia.git
synced 2024-09-14 22:47:21 +07:00
[MISC] Add dependabot configuration (#736)
This commit is contained in:
parent
da347abca1
commit
883a2103da
14
.dependabot/config.yml
Normal file
14
.dependabot/config.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
version: 1
|
||||
update_configs:
|
||||
- package_manager: "go:modules"
|
||||
directory: "/"
|
||||
update_schedule: "daily"
|
||||
commit_message:
|
||||
prefix: "[MISC] "
|
||||
include_scope: true
|
||||
- package_manager: "javascript"
|
||||
directory: "/web"
|
||||
update_schedule: "live"
|
||||
commit_message:
|
||||
prefix: "[MISC] "
|
||||
include_scope: true
|
Loading…
Reference in New Issue
Block a user