chore: Add dependabot.yml (#181)

Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
This commit is contained in:
Akshay Gaikwad
2023-03-30 12:24:52 +05:30
committed by GitHub
parent dc3ac2b81e
commit 53d3298daf

18
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
commit-message:
# Prefix all commit messages with "chore(deps): "
prefix: "chore(deps)"
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
commit-message:
# Prefix all commit messages with "chore(deps): "
prefix: "chore(deps)"
# Disable version updates (no impact on security updates)
open-pull-requests-limit: 0