2
0
mirror of https://github.com/hibiken/asynq.git synced 2024-09-20 02:55:54 +08:00

feat (ci/cd): add dependabot weekly checks

This commit is contained in:
Mohammed Sohail 2023-07-24 13:37:53 +08:00
parent 2165ed133b
commit 54e2307fdd
No known key found for this signature in database
GPG Key ID: 7DD45520C01CD85D

21
.github/dependabot.yaml vendored Normal file
View 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"