Skip to content

Commit

Permalink
(feat): added dependabot (#558)
Browse files Browse the repository at this point in the history
Added dependabot as a dependency updation tool.

Closes #550

---------

Signed-off-by: Ved Ratan <[email protected]>
  • Loading branch information
VedRatan authored Mar 13, 2024
1 parent b350f7a commit 60ef010
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: gomod
directory: /
schedule:
interval: daily
rebase-strategy: disabled
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

0 comments on commit 60ef010

Please sign in to comment.