mirror of
https://github.com/paralus/paralus.git
synced 2026-02-14 17:49:51 +00:00
chore: Add dependabot.yml (#181)
Signed-off-by: Akshay Gaikwad <akgaikwad001@gmail.com>
This commit is contained in:
18
.github/dependabot.yml
vendored
Normal file
18
.github/dependabot.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user