mirror of
https://github.com/hibiken/asynq.git
synced 2024-12-25 07:12:17 +08:00
feat (ci/cd): add dependabot weekly checks
This commit is contained in:
parent
e6f74c1c2b
commit
8b422c237c
21
.github/dependabot.yaml
vendored
Normal file
21
.github/dependabot.yaml
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "pr-deps"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/tools"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "pr-deps"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/x"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "pr-deps"
|
||||
|
Loading…
Reference in New Issue
Block a user